FMX.Types.TFmxObject.ChildrenCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChildrenCount: Integer read GetChildrenCount;

C++

__property int ChildrenCount = {read=GetChildrenCount, nodefault};

Properties

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

Description

Read-only property that specifies the number of children in the children list.

See Also