API:FMX.StdCtrls.TBitmapTrackBar.SetOrientation

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

Delphi

procedure SetOrientation(const Value: TOrientation); override;

C++

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

プロパティ

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

説明

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

FMX.StdCtrls.TBitmapTrackBar.SetOrientation は FMX.StdCtrls.TCustomTrack.SetOrientation を継承しています。以下の内容はすべて FMX.StdCtrls.TCustomTrack.SetOrientation を参照しています。

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

関連項目