TUIElement.Create Constructor

Overloads

Create(TUIElementsList)

Delphi
constructor Create(const AOwner: TUIElementsList)

Parameters

Create(TUIElementsList, TNotifyProc)

Delphi
constructor Create(const AOwner: TUIElementsList; const AOnClickProc: TNotifyProc)

Parameters

AOnClickProc
TNotifyProc

Create(TUIElementsList, TNotifyEvent)

Delphi
constructor Create(const AOwner: TUIElementsList; const AOnClick: TNotifyEvent)

Parameters

AOnClick
TNotifyEvent

Create(TUIElementsList, TRect, TNotifyProc)

Delphi
constructor Create(const AOwner: TUIElementsList; const ABounds: TRect; const AOnClickProc: TNotifyProc = 0)

Parameters

ABounds
TRect
AOnClickProc
TNotifyProc

Create(TUIElementsList, TRect, TNotifyEvent)

Delphi
constructor Create(const AOwner: TUIElementsList; const ABounds: TRect; const AOnClick: TNotifyEvent)

Parameters

ABounds
TRect
AOnClick
TNotifyEvent