FMX.Types.IControl.GetLocked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLocked: Boolean;

C++

virtual bool __fastcall GetLocked() = 0 ;

Properties

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

Description

Getter function for the Locked property.

Implement GetLockedt to get the value of the Locked property.

See Also