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

TClassLibrary

BOOPSI class libraries structure

Declaration

Source position: intuition.pas line 2651

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