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

TFiler.Root

The root component is the initial component which is being streamed.

Declaration

Source position: classesh.inc line 796

public property TFiler.Root: TComponent
  read FRoot
  write SetRoot;

Description

The streaming process will stream a component and all the components which it owns. The Root component is the component which is initially streamed.

See also

TFiler.LookupRoot

  

Component used to look up ancestor components.