Vcl.ValEdit.TItemProps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TItemProps = array of TItemProp;

C++

typedef System::DynamicArray<TItemProp*> TItemProps;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit Vcl.ValEdit

Description

TItemProps is an array of TItemProp values.

TItemProps is an array with TItemProp elements.

See Also