Returns a value that uniquely identifies an object.
sValue = object.brHandle
Parameter | Description |
---|---|
sValue | The return value is a String data type. |
object | An object variable that represents an object in the Applies To list. |
Typically, this property is used to pass D3 objects to FlashBASIC subroutines opened as a clsD3RuleModule objects.
brHandle is also useful for debugging. It has the form xxxxyyyyzzzzzzzz, where xxxx is 'D33D' or '3DD3', yyyy is an object type, and zzzzzzzz is a hex memory address.