Object Properties
This appendix lists the properties associated with each type of
object. The properies are grouped up by the object class, allowing
for inheritance. For example, a field KBField
inherits an item KBItem so it inherits
the items properties (though in a few cases, inherited properties
will be hidden). Each property is identified by the text that
appears in the propertry editor; the internal name, which will be
needed if you need to access the property directly from a script,
is shown in brackets.
KBNode
KBObject (subclass of KBNode)
KBButton (subclass of KBObject)
KBLabel (subclass of KBObject)
KBItem (subclass of KBObject)
KBBlock (subclass of KBItem)
KBFormBlock (subclass of KBBlock)
KBForm (subclass of KBFormBLock)
KBReportBlock (subclass of KBBlock)
KBReport (subclass of KBReportBlock)
KBCheck (subclass of KBItem)
KBChoice (subclass of KBItem)
KBField (subclass of KBItem)
KBLinkTree (subclass of KBItem)
KBLink (subclass of KBLinkTree)
KBMemo (subclass of KBItem)
KBTree (subclass of KBLinkTree)
KBRichText (subclass of KBItem)
KBSpinBox (subclass of KBItem)
KBFramer (subclass of KBObject)
KBTabber (subclass of KBFramer)
KBComponent (subclass of KBBlock)
KBQryData (subclass of KBNode)
KBQryTable (subclass of KBQryData)