FMX.ActnList.TActionLink.IsViewActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsViewActionClient: Boolean;

C++

bool __fastcall IsViewActionClient();

Properties

Type Visibility Source Unit Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Returns True if an action is the TCustomViewAction object and the component of the action is the client assigned be this action link.

See Also