Class TCastleUserInterfaceList

Unit

Declaration

type TCastleUserInterfaceList = class(specialize TObjectList<TCastleUserInterface>)

Description

List of TCastleUserInterface instances.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 22).

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.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 25).

Public procedure InsertFrontIfNotExists(const NewItem: TCastleUserInterface);

This item has no description.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 26).

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

This item has no description.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 27).

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

Add child control, at the back of other children.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 30).

Public procedure InsertBackIfNotExists(const NewItem: TCastleUserInterface);

This item has no description.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 31).

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

This item has no description.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 32).

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

Insert, honoring TCastleUserInterface.KeepInFront.

Source: src/ui/castleuicontrols_userinterfacelist.inc (line 35).


Generated by PasDoc 0.17.0.snapshot.