RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMemo.SetLines Method

Sets the Lines property.

Pascal
procedure SetLines(Value: TStrings);
C++
__fastcall SetLines(TStrings Value);

SetLines is the protected write implementation for the Lines property. 

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!