Class TExtPanel (unit Extpanel)

Inherits from

TCustomPanel

Constructors



Functions

procedure CreateWindowHandle(const Params: TCreateParams);


function GetRedraw(Index: Integer): Boolean;

TExtPanel.

procedure Paint;

TExtPanel.

procedure SetAcceptFiles(Value: Boolean);

TExtPanel.

procedure SetRedraw(Index: Integer; Value: Boolean);

TExtPanel.

procedure WMDropFiles(var Msg: TWMDropFiles);

Private declarations

TExtPanel.


Properties

property AcceptFiles : Boolean


property Align :

Published declarations

property Alignment :


property BevelInner :


property BevelOuter :


property BevelWidth :


property BorderStyle :


property BorderWidth :


property Caption :


property Color :


property Ctl3D :


property DragCursor :


property DragMode :


property Enabled :


property Font :


property HorzRedraw : Boolean


property Locked :


property ParentColor :


property ParentCtl3D :


property ParentFont :


property ParentShowHint :


property PopupMenu :


property ShowHint :


property TabOrder :


property TabStop :


property VertRedraw : Boolean


property Visible :


property Canvas :

Public declarations

Events

event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnDropFiles : TDropFilesEvent


event OnEndDrag :


event OnEnter :


event OnExit :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnPaint : TNotifyEvent


event OnResize :


Variables

FAcceptFiles : Boolean;

Protected declarations

FOnDropFiles : TDropFilesEvent;


FOnPaint : TNotifyEvent;


FRedraw : array [0..1] of Boolean;



Constructors


Functions


procedure CreateWindowHandle(const Params: TCreateParams);


function GetRedraw(Index: Integer): Boolean;

TExtPanel.Paint


procedure Paint;

TExtPanel.CreateWindowHandle


procedure SetAcceptFiles(Value: Boolean);

TExtPanel.SetRedraw


procedure SetRedraw(Index: Integer; Value: Boolean);

TExtPanel.GetRedraw


procedure WMDropFiles(var Msg: TWMDropFiles);

Private declarations

TExtPanel.SetAcceptFiles


Properties


property AcceptFiles : Boolean


property Align :

Published declarations


property Alignment :


property BevelInner :


property BevelOuter :


property BevelWidth :


property BorderStyle :


property BorderWidth :


property Caption :


property Color :


property Ctl3D :


property DragCursor :


property DragMode :


property Enabled :


property Font :


property HorzRedraw : Boolean


property Locked :


property ParentColor :


property ParentCtl3D :


property ParentFont :


property ParentShowHint :


property PopupMenu :


property ShowHint :


property TabOrder :


property TabStop :


property VertRedraw : Boolean


property Visible :


property Canvas :

Public declarations


Events


event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnDropFiles : TDropFilesEvent


event OnEndDrag :


event OnEnter :


event OnExit :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnPaint : TNotifyEvent


event OnResize :


Variables


FAcceptFiles : Boolean;

Protected declarations


FOnDropFiles : TDropFilesEvent;


FOnPaint : TNotifyEvent;


FRedraw : array [0..1] of Boolean;