Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tClassLibrary

BOOPSI class libraries structure

Declaration

Source position: intuition.pas line 2944

type tClassLibrary = record

  cl_Lib: tLibrary;

  

Embedded library

  cl_Pad: Word;

  

Align the structure

  cl_Class: pIClass;

  

Class pointer

end;

Description

BOOPSI class libraries should use this structure as the base for their library data. This allows developers to obtain the class pointer for performing object-less inquiries.


Documentation generated on: 2021-07-30