FMX.Controls.Presentation.TPresentedControl.SetAdjustType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAdjustType(const Value: TAdjustType); override;

C++

virtual void __fastcall SetAdjustType(const Fmx::Types::TAdjustType Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Sends a PM_SET_ADJUST_SIZE message to the presentation layer through its presentation proxy.

For details about the circumstances that trigger this procedure, see TStyledControl.SetAdjustType.

See Also