[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. |
Version 4.0 | Generated 2025-05-03 | Home |