| [Overview][Types][Classes][Index] |
Moves a String value from the current position to the new position.
Source position: textstrings.pas line 86
public procedure TTextStrings.Move( |
CurIndex: Integer; |
NewIndex: Integer |
); override; |
CurIndex |
|
Current ordinal position for the string. |
NewIndex |
|
New ordinal position for the string. |
TStrings.Move |