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

TCustomCheckListBox.ReadData

Reads the data for the control from the specified stream.

Declaration

Source position: checklst.pas line 66

protected procedure TCustomCheckListBox.ReadData(

  Stream: TStream

);

Arguments

Stream

  

TStream instance with the data read in the method.

Description

ReadData is a procedure used to read the data for Items in the control from the specified TStream instance.

See also

TCustomCheckListBox.WriteData

  

Writes data for the control to the specified stream.


Version 4.0 Generated 2025-05-03 Home