FMX.Types.IControl.GetDesignInteractive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignInteractive: Boolean;

C++

virtual bool __fastcall GetDesignInteractive() = 0 ;

Properties

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

Description

Getter function for the DesignInteractive property.

Implement GetDesignInteractive to get the value of the DesignInteractive property.

See Also