FMX.StdActns.TObjectViewAction.FmxObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FmxObject: TFmxObject read GetFmxObject write SetFmxObject;

C++

__property Fmx::Types::TFmxObject* FmxObject = {read=GetFmxObject, write=SetFmxObject};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TObjectViewAction

Description

Keeps an FMX object (of the component) that executes an action and whose image becomes visible during the execution of the action.

See Also