Vcl.ValEdit.TItemProps

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TItemProps = array of TItemProp;

C++

typedef System::DynamicArray<TItemProp*> TItemProps;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit Vcl.ValEdit

Beschreibung

TItemProps ist ein Array mit TItemProp-Werten.

TItemProps ist ein Array mit TItemProp-Elementen.

Siehe auch