<< SL_IsRequesterOpen | SL_SetReqObjAttrA >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetReqObjAttr
NAME
SL_GetReqObjAttr -- gets an attribute from a requester object.
SYNOPSIS
data = SL_GetReqObjAttr(reqhandle, ctrlid, objattr);
D0A0 D0 D1
SLTAGDATA SL_GetReqObjAttr(REQHANDLE, UWORD, SLTAGTYPE);
FUNCTION
Returns the requested attribute from the object specified by ctrlid
in the requester.
See SL_SetReqObjAttrA for a list of the attributes.
INPUTS
reqhandle - as returned by SL_CreateRequester.
ctrlid - the obj to get the attribute from.
objattr - the attribute to get.
RESULTS
data - the requested attribute of the object.
SEE ALSO
SL_CreateRequester, SL_FreeRequester, SL_DoRequester, SL_StartRequester, SL_EndRequester, SL_SetReqObjAttrA, SL_IsRequesterOpen.
SL_GetReqObjAttr Command Section By Type url:SL_GetReqObjAttr
created:2008-03-01 23:36:26 last updated:2008-03-01 23:36:26
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetReqObjAttr | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_IsRequesterOpen | SL_SetReqObjAttrA >> |
Top: Documentation Library | Up: SoftLogik App Library API |