| Class TMDIImage (unit MDIImage) |
TImage
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
Procedure ClientWndProc(var Message: TMessage);
procedure ConnectToClient;
Function GetClient: TForm;
Function GetClientHandle: hWnd;
Procedure SetFCenter(Value : Boolean);| Properties |
property Center : Boolean
property Height :
property Left :
property Picture :
property Top :
property Width :
property Client : TForm
property ClientHandle : hWnd| Events |
| Variables |
FCenter : Boolean;
FClientInstance : Pointer;
FDefClientProc : TFarProc;| Constructors |
constructor Create(AOwner: TComponent);Public declarations
| Functions |
destructor Destroy;
Procedure ClientWndProc(var Message: TMessage);
procedure ConnectToClient;
Function GetClient: TForm;
Function GetClientHandle: hWnd;
Procedure SetFCenter(Value : Boolean);DIV 2
| Properties |
property Center : BooleanCenter the bitmap True, False;
property Height :
property Left :
property Picture : Published declarations
property Top :
property Width :
property Client : TForm
property ClientHandle : hWnd| Events |
| Variables |
FCenter : Boolean;
FClientInstance : Pointer;Private declarations
FDefClientProc : TFarProc;