Vcl.StdCtrls.TCustomMemo.SetScrollBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomMemo

Description

Sets the ScrollBars property.

SetScrollBars is the property access method for the ScrollBars property.

SetScrollBars is exposed as a protected method so derived classes can customize their implementation of the ScrollBars property.

See Also