help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TStream.WriteComponent

Write component data to the stream

Declaration

Source position: classesh.inc line 610

public procedure TStream.WriteComponent(

  Instance: TComponent

);

Description

WriteComponent writes the published properties of Instance to the stream, so they can later be read with TStream.ReadComponent. This method is intended to be used by an IDE, to preserve the state of a form or datamodule as designed in the IDE.

WriteComponent simply calls WriteDescendent with Nil ancestor.

See also

TStream.ReadComponent

  

Reads component data from a stream

TStream.WriteComponentRes

  

Write resource header and component data to a stream

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505