FMX.Types.TFmxObject.ObjectState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ObjectState: TObjectState read FObjectState;

C++

__property TObjectState ObjectState = {read=FObjectState, nodefault};

Properties

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

Description

Describes the current state of the object.

ObjectState is a set of constants defined in the TObjectState type.

Objects use the ObjectState property to detect states in which certain kinds of actions are allowed or disallowed.

ObjectState is read-only and its flags are set automatically when appropriate.

See Also