Vcl.Controls.TControlListItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TControlListItem = record
    Control: TControl;
    Parent: TWinControl;
  end;

C++

struct DECLSPEC_DRECORD TControlListItem
{
public:
    TControl* Control;
    TWinControl* Parent;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

TControlListItem repräsentiert einen Eintrag in einer Elementliste.

Die folgende Tabelle enthält die Felder von TControlListItem:


Feld Bedeutung

Control

Ein Steuerelement in einer Elementliste.

Parent

Das dem Steuerelement übergeordnete Objekt.


Siehe auch