Show: Delphi
C++
Display Preferences
FMX.Types.TFmxObject.IsChildren
From XE2 API Documentation
Delphi
function IsChildren(AObject: TFmxObject): Boolean; virtual;
C++
virtual bool __fastcall IsChildren(TFmxObject* AObject);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Returns whether this FireMonkey object is a child of another TFmxObject.
IsChildren returns True if AObject is a child, and False otherwise.