FMX.Types.TControlSize.SetPlatformDefaultWithoutNotification

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetPlatformDefaultWithoutNotification(const Value: Boolean); inline;

C++

void __fastcall SetPlatformDefaultWithoutNotification(const bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControlSize


説明

PlatformDefault プロパティの値を、OnChange 通知を発生させることなく設定します。このメソッドは、OnChange 通知がその他のメカニズムによって発生させる場合にのみ、使用するべきです。

関連項目