FMX.StdCtrls.TCustomTrack.SetOrientation

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

Delphi

procedure SetOrientation(const Value: TOrientation); virtual;

C++

virtual void __fastcall SetOrientation(const Fmx::Controls::TOrientation Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

説明

Orientation プロパティを操作するための protected 設定メソッドの実装です。

関連項目