Class TMDIImage (unit MDIImage)

Inherits from

TImage

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 : Boolean

Center 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;



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 : Boolean

Center 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;