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

TInstance

Declaration

Source position: ttobjs.pas line 499

type TInstance = record

  owner: PFace;

  valid: Boolean;

  metrics: TIns_Metrics;

  numFDefs: Int;

  maxFDefs: Int;

  FDefs: PDefArray;

  numIDefs: Int;

  maxIDefs: Int;

  IDefs: PDefArray;

  maxFunc: Int;

  maxIns: Int;

  codeRangeTable: TCodeRangeTable;

  GS: TGraphicsState;

  storeSize: Int;

  storage: PStorage;

  cvtSize: Int;

  cvt: PLong;

  twilight: TGlyph_Zone;

  debug: Boolean;

  context: PExec_Context;

  genericP: Pointer;

end;

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