FMX.Types.IAlignableObject.GetPadding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPadding: TBounds;

C++

virtual TBounds* __fastcall GetPadding() = 0 ;

Properties

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

Description

Getter function for the Padding property.

Implement GetPadding to get the value of the Padding property.

See Also