[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#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.0 Generated 2025-05-03 Home