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

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

See Also