RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMemo.SetScrollBars Method

Sets the ScrollBars property.

Pascal
procedure SetScrollBars(Value: TScrollStyle);
C++
__fastcall SetScrollBars(TScrollStyle Value);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!