Vcl.Controls.TControl.SetParentBiDiMode

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

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 プロパティの書き込みプロテクト実装です。

関連項目