FMX.Types.IAlignableObject.GetMargins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMargins: TBounds;

C++

virtual TBounds* __fastcall GetMargins() = 0 ;

Properties

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

Description

Getter function for the Margins property.

Implement GetMargins to get the value of the Margins property.

See Also