Class TUIControlList
Unit
CastleUIControls
Declaration
type TUIControlList = class(specialize TObjectList<TUIControl>)
Description
Simple list of TUIControl instances.
Hierarchy
- TObjectList
- TUIControlList
Overview
Methods
Description
Methods
 |
procedure InsertFront(const NewItem: TUIControl); overload; |
Add child control, at the front of other children.
|
 |
procedure InsertFrontIfNotExists(const NewItem: TUIControl); |
|
 |
procedure InsertBack(const NewItem: TUIControl); overload; |
Add child control, at the back of other children.
|
 |
procedure InsertBackIfNotExists(const NewItem: TUIControl); |
|
Generated by PasDoc 0.15.0.
|