Class TScreenCapture (unit SCapture)

Inherits from

TCustomControl

Constructors


constructor Create(AOwner: TComponent);



Functions

function Bitmap: TBitmap;


procedure Capture;


procedure Copytoclipboard;


destructor Destroy;


procedure loaded;


procedure Paint;


procedure WndProc(var Message: TMessage);


procedure SetActive(Value: Boolean);


Properties

property Active : Boolean


property Autocopy : Boolean


property Desktop : Boolean


Events

event OnCapture : TNotifyEvent


Variables

fActive : Boolean;


fAutocopy : Boolean;


fBitmap : TBitmap;


fDesktop : Boolean;


fOnCapture : TNotifyEvent;



Constructors


constructor Create(AOwner: TComponent);


Functions


function Bitmap: TBitmap;


procedure Capture;


procedure Copytoclipboard;


destructor Destroy;


procedure loaded;


procedure Paint;


procedure WndProc(var Message: TMessage);


procedure SetActive(Value: Boolean);


Properties


property Active : Boolean


property Autocopy : Boolean


property Desktop : Boolean


Events


event OnCapture : TNotifyEvent


Variables


fActive : Boolean;


fAutocopy : Boolean;


fBitmap : TBitmap;


fDesktop : Boolean;


fOnCapture : TNotifyEvent;