[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Write component data to a stream, relative to an ancestor
Source position: classesh.inc line 612
public procedure TStream.WriteDescendent( |
Instance: TComponent; |
Ancestor: TComponent |
); |
WriteDescendent writes the state of Instance to the stream where it differs from Ancestor, i.e. only the changed properties are written to the stream.
WriteDescendent creates a TWriter object and calls its WriteDescendent object. The writer is passed a binary driver object by default.
No notes exist for this page yet.