| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
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; |
| lazarus-ccr.sourceforge.net |