FMX.Objects.TLine.IsControlRectEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsControlRectEmpty: Boolean; override;

C++

virtual bool __fastcall IsControlRectEmpty();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TLine

Description

Returns True if the control rect is empty.

FMX.Objects.TLine.IsControlRectEmpty inherits from FMX.Controls.TControl.IsControlRectEmpty. All content below this line refers to FMX.Controls.TControl.IsControlRectEmpty.

Returns True if the control rect is empty.

See Also