FMX.Types.TFmxObject.ObjectState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectState: TObjectState; deprecated 'Support for this funcionality will be removed';

C++

TObjectState __fastcall ObjectState _DEPRECATED_ATTRIBUTE1("Support for this funcionality will be removed") ();

Properties

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

Description

Warning: ObjectState is deprecated.

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