FMX.Types.TControlSize.SetPlatformDefaultWithoutNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPlatformDefaultWithoutNotification(const Value: Boolean); inline;

C++

void __fastcall SetPlatformDefaultWithoutNotification(const bool Value);

Properties

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

Description

Sets the value of the PlatformDefault property without triggering the OnChange notification. This method should be used only in cases where the OnChange notification is triggered by some other mechanism.

See Also