RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringGridStrings.Get Method

Returns a string given its index.

Pascal
function Get(Index: Integer): string; override;
C++
virtual __fastcall AnsiString Get(int Index);

Get is the protected read implementation of the Strings property. 

In TStrings Get is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to return the string with the specified index. 

 

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