Vcl.StdCtrls.TCustomMemo.SetScrollBars

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

Delphi

procedure SetScrollBars(Value: System.UITypes.TScrollStyle);

C++

void __fastcall SetScrollBars(System::Uitypes::TScrollStyle Value);

プロパティ

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

説明

ScrollBars プロパティを設定します。

SetScrollBars は,ScrollBars プロパティ用のプロパティアクセスメソッドです。

SetScrollBars は,派生クラスが ScrollBars プロパティをカスタマイズできるようにプロテクトメソッドとして定義されています。

関連項目