FMX.Types.TFmxChildrenList.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TFmxObject read GetChild; default;

C++

__property TFmxObject* Items[int Index] = {read=GetChild/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxChildrenList

Description

Embarcadero Technologies does not currently have any additional information.