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

TClassLibrary

BOOPSI class libraries structure

Declaration

Source position: intuition.pas line 1866

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: 2017-01-10