Vcl.Controls.PControlListItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PControlListItem = ^TControlListItem;

C++

typedef TControlListItem *PControlListItem;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls


Beschreibung

Zeiger auf einen TControlListItem-Record.

Der Record TControlListItem repräsentiert einen Eintrag aus einer Elementliste.

Siehe auch