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. |
| Version 4.4 | Generated 2025-11-08 | Home |