FMX.Types.ArrangeControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ArrangeControl(const Control: IAlignableObject; AAlign: TAlignLayout; const AParentWidth, AParentHeight: Single; const ALastWidth, ALastHeight: Single; var R: TRectF);

C++

extern DELPHI_PACKAGE void __fastcall ArrangeControl(const _di_IAlignableObject Control, TAlignLayout AAlign, const float AParentWidth, const float AParentHeight, const float ALastWidth, const float ALastHeight, System::Types::TRectF &R);

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.