Class TUIControlList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUIControlList = class(specialize TFPGObjectList<TUIControl>)

Description

Simple list of TUIControl instances.

Hierarchy

  • TFPGObjectList
  • TUIControlList

Overview

Methods

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

Description

Methods

Public procedure InsertFront(const NewItem: TUIControl);

Add child control, at the front of other children.

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

Add child control, at the back of other children.

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

Insert, honoring TUIControl.KeepInFront.


Generated by PasDoc 0.14.0.