FMX.StdActns.TViewAction.FmxObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FmxObject: TFmxObject read GetFmxObject write SetFmxObject;

C++

__property FmxObject;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TViewAction

Description

This property points to an object of the component that executes an action and whose image becomes visible during the action execution.

FMX.StdActns.TViewAction.FmxObject inherits from FMX.StdActns.TObjectViewAction.FmxObject. All content below this line refers to FMX.StdActns.TObjectViewAction.FmxObject.

This property points to an object of the component that executes an action and whose image becomes visible during the action execution.

See Also