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, TRectF, TNotifyProc)

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

Parameters

ABounds
TRectF
AOnClickProc
TNotifyProc

Create(TUIElementsList, TRectF, TNotifyEvent)

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

Parameters

ABounds
TRectF
AOnClick
TNotifyEvent