Class TCastleUserInterfaceList

Unit

Declaration

type TCastleUserInterfaceList = class(specialize TObjectList<TCastleUserInterface>)

Description

List of TCastleUserInterface instances.

Hierarchy

  • TObject
  • TList
  • TObjectList
  • TCastleUserInterfaceList

Overview

Methods

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

Description

Methods

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

Add child control, at the front of other children.

Public procedure InsertFrontIfNotExists(const NewItem: TCastleUserInterface);

This item has no description.

Public procedure InsertFront(const NewItems: TCastleUserInterfaceList); overload;

This item has no description.

Public procedure InsertBack(const NewItem: TCastleUserInterface); overload;

Add child control, at the back of other children.

Public procedure InsertBackIfNotExists(const NewItem: TCastleUserInterface);

This item has no description.

Public procedure InsertBack(const NewItems: TCastleUserInterfaceList); overload;

This item has no description.

Public procedure InsertWithZOrder(Index: Integer; const Item: TCastleUserInterface);

Insert, honoring TCastleUserInterface.KeepInFront.


Generated by PasDoc 0.16.0-snapshot.