Class TIDSFormAssistList (unit FormAsst)

Inherits from

TComponent

Constructors


constructor Create(cmpOwner : TComponent);

Add this new form assist object to the list


Functions

procedure Add(faNew : TIDSFormAssist);

Adds a new TIDSFormAssist to the global control list

------------------------------------------------------------


destructor Destroy;

Create internal objects

function GetFormAssistFromHWND(hwndSrch : HWND) : TIDSFormAssist;

Returns the TIDSFormAssist managing the HWND or Nil if none match

Free allocated objects


procedure Remove(faOld : TIDSFormAssist);

Removes a TIDSFormAssist from the global control list

Return this TIDSFormAssist object


Properties

Events

Variables

lstObjects : TList;



Constructors


constructor Create(cmpOwner : TComponent);

Add this new form assist object to the list


Functions


procedure Add(faNew : TIDSFormAssist);

Adds a new TIDSFormAssist to the global control list

------------------------------------------------------------


destructor Destroy;

Create internal objects


function GetFormAssistFromHWND(hwndSrch : HWND) : TIDSFormAssist;

Returns the TIDSFormAssist managing the HWND or Nil if none match

Free allocated objects


procedure Remove(faOld : TIDSFormAssist);

Removes a TIDSFormAssist from the global control list

Return this TIDSFormAssist object


Properties


Events


Variables


lstObjects : TList;