[Overview][Classes][Procedures and functions][Index] Reference for unit 'TTFile' (#lazutils)

TFreeTypeStream

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

Declaration

Source position: ttfile.pas line 62

type TFreeTypeStream = class

public

  constructor Create();

  destructor Destroy; override;

  function Activate;

  function Deactivate;

  function SeekFile();

  function SkipFile();

  function ReadFile();

  function ReadAtFile();

  function AccessFrame();

  function CheckAndAccessFrame();

  function ForgetFrame;

  function GET_Byte;

  function GET_Char;

  function GET_Short;

  function GET_UShort;

  function GET_Long;

  function GET_ULong;

  function GET_Tag4;

  property Open: Boolean; [r]

  property Name: string; [r]

  property Base: LongInt; [r]

  property Position: LongInt; [r]

  property Used: Boolean; [r]

end;

Inheritance

TFreeTypeStream

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.