Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Book - Design Property

Panel
bgColor#2c3c4c

Name of the reusable part to be used to create a new design instance

Member of Book (PRIM_BOOK)

Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized

Details

The Design property defines the base class for all design reusable parts for the Book.

The reusable part specified must implement the Prim_Book.iBookDesign interface which allows the Book to intereact with the resuable part instances.

Example

The name specified in the Design property will be used as a parameterized type on the definition of the Book.

Here a resuable part called MyBookDesign has been used.

     Define_Com Class(#Prim_Book<#MyBookDesign>) Name(#Book)


See also

All Component Classes

Technical Reference