API:FMX.Types.AlignObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AlignObjects(const AParent: TFmxObject; APadding: TBounds; AParentWidth,
AParentHeight: Single; var ALastWidth, ALastHeight: Single; var ADisableAlign: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall AlignObjects(TFmxObject* const AParent, TBounds* APadding, float AParentWidth, float AParentHeight, float &ALastWidth, float &ALastHeight, bool &ADisableAlign);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.