RAD Studio VCL Reference
|
Returns a string given its index.
function Get(Index: Integer): string; override;
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!
|