Unit 'TextStrings' Package
[Overview][Types][Classes][Index] [#lazutils]

TTextStrings.Move

Moves a String value from the current position to the new position.

Declaration

Source position: textstrings.pas line 86

public procedure TTextStrings.Move(

  CurIndex: Integer;

  NewIndex: Integer

); override;

Arguments

CurIndex

  

Current ordinal position for the string.

NewIndex

  

New ordinal position for the string.

See also

TStrings.Move


Version 4.4 Generated 2025-11-08 Home