Inquire the value of some attribute of an object.
Source position: intuition.pas line 3572
function GetAttr( |
AttrID: LongWord; |
Object1: Pointer; |
StoragePtr: PLongWord |
):LongWord; overload; |
AttrID: LongWord; |
Object1: Pointer; |
var Storage: LongWord |
):LongWord; overload; |
AttrID |
|
The attribute tag ID understood by the object's class |
StoragePtr |
|
A pointer to appropriate storage for the answer |
Mostly True if the method is supported for the specified attribute and False if it isn't or the attribute can't be read at this time. See the classes documentation for details.
AttrID |
|
The attribute tag ID understood by the object's class |
Inquires from the specified object the value of the specified attribute.
You always pass the address of a long variable, which will receive the same value that would be passed to SetAttrs() in the ti_Data portion of a TagItem element.
Not all attributes will respond to this function. Those that will are documented on a class-by-class basis.
This function sends OM_GET to the object.
|
Varargs version of NewObjectA() |
|
|
Deletes a 'boopsi' object. |
|
|
Varargs Version of SetAttrsA() |
|
|
Create and initialize a boopsi class. |