Unit 'chmFiftiMain' Package
[Overview][Constants][Types][Classes][Index] [#chm]

TFIftiNode

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

Declaration

Source position: chmfiftimain.pas line 65

type TFIftiNode = class(TObject)

  FLastWord: string;

  FWriteStream: TStream;

  FBlockStream: TMemoryStream;

  ParentNode: TFIftiNode;

  OwnsParentNode: Boolean;

  function AdjustedWord();

  procedure ChildIsFull(); virtual; abstract;

  function GuessIfCanHold(); virtual; abstract;

  procedure Flush(); virtual; abstract;

  procedure FillRemainingSpace;

  function RemainingSpace;

  constructor Create();

  destructor Destroy; override;

end;

Inheritance

TFIftiNode

|

TObject


Documentation generated on: 2023-03-18