[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TValueListEditor.LoadFromCSVStream

Loads the content for the control from the comma-separated values in the specified stream.

Declaration

Source position: valedit.pas line 193

public procedure TValueListEditor.LoadFromCSVStream(

  AStream: TStream;

  ADelimiter: Char = ',';

  UseTitles: Boolean = True;

  FromLine: Integer = 0;

  SkipEmptyLines: Boolean = True

); override;

Arguments

AStream

  

TStream instance with the values loaded in the method.

ADelimiter

  

Delimiter between cell values; default is Comma (',').

UseTitles

  

Indicates whether title captions included as the first row in the CSV data.

FromLine

  

Initial line number in the stream loaded in the method.

SkipEmptyLines

  

Indicates whether empty lines are ignored when loading the content for the control.


Version 4.0 Generated 2025-05-03 Home