Class TUIControlList

Unit

Declaration

type TUIControlList = class(specialize TObjectList<TUIControl>)

Description

Simple list of TUIControl instances.

Hierarchy

  • TObjectList
  • TUIControlList

Overview

Methods

Public procedure InsertFront(const NewItem: TUIControl); overload;
Public procedure InsertFrontIfNotExists(const NewItem: TUIControl);
Public procedure InsertFront(const NewItems: TUIControlList); overload;
Public procedure InsertBack(const NewItem: TUIControl); overload;
Public procedure InsertBackIfNotExists(const NewItem: TUIControl);
Public procedure InsertBack(const NewItems: TUIControlList); overload;
Public procedure InsertWithZOrder(Index: Integer; const Item: TUIControl);

Description

Methods

Public procedure InsertFront(const NewItem: TUIControl); overload;

Add child control, at the front of other children.

Public procedure InsertFrontIfNotExists(const NewItem: TUIControl);
 
Public procedure InsertFront(const NewItems: TUIControlList); overload;
 
Public procedure InsertBack(const NewItem: TUIControl); overload;

Add child control, at the back of other children.

Public procedure InsertBackIfNotExists(const NewItem: TUIControl);
 
Public procedure InsertBack(const NewItems: TUIControlList); overload;
 
Public procedure InsertWithZOrder(Index: Integer; const Item: TUIControl);

Insert, honoring TUIControl.KeepInFront.


Generated by PasDoc 0.15.0.