API:Vcl.Forms.TCustomForm.SetParentBiDiMode

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

Delphi

procedure SetParentBiDiMode(Value: Boolean); override;

C++

virtual void __fastcall SetParentBiDiMode(bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

説明

コントロールが親の BiDiMode を使用するかどうかを指定します。

Vcl.Forms.TCustomForm.SetParentBiDiMode は Vcl.Controls.TControl.SetParentBiDiMode を継承しています。以下の内容はすべて Vcl.Controls.TControl.SetParentBiDiMode を参照しています。

コントロールが親の BiDiMode を使用するかどうかを指定します。

SetParentBiDiMode メソッドは,ParentBiDiMode プロパティの書き込みプロテクト実装です。

関連項目