Unit 'CheckLst' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomCheckListBox.ReadData

Reads the data for the control from the specified stream.

Declaration

Source position: checklst.pas line 63

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.