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

TFiler

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Class responsible for streaming of components.

Declaration

Source position: classesh.inc line 1197

type TFiler = class(TObject)

public

  procedure DefineProperty(); virtual; abstract;

  

  procedure DefineBinaryProperty(); virtual; abstract;

  

  procedure FlushBuffer; virtual; abstract;

  

Flush the buffer

  property Root: TComponent; [rw]

  

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

  property LookupRoot: TComponent; [r]

  

Component used to look up ancestor components.

  property Ancestor: TPersistent; [rw]

  

Ancestor component from which an inherited component is streamed.

  property IgnoreChildren: Boolean; [rw]

  

Determines whether children will be streamed as well.

end;

Inheritance

TFiler

  

Class responsible for streaming of components.

|

TObject

  

Base class of all classes.


Documentation generated on: May 14 2021