Vcl.Controls.TControl.SetParentBiDiMode
Delphi
procedure SetParentBiDiMode(Value: Boolean); virtual;
C++
virtual void __fastcall SetParentBiDiMode(bool Value);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | Vcl.Controls.pas Vcl.Controls.hpp | Vcl.Controls | TControl | 
説明
コントロールが親の BiDiMode を使用するかどうかを指定します。
SetParentBiDiMode メソッドは,ParentBiDiMode プロパティの書き込みプロテクト実装です。