dlg_get_attr

int dlg_get_attr (sds_hdlg handle, wchar_t *key, wchar_t *attribute, wchar_t *value, int length);


Determine the DCL value of this tile's attribute.


This function returns the value of the dialog box attribute. The key argument specifies the dialog box tile; key is a string and is case-sensitive.

The attribute argument is the name of the attribute. See the DCL Programming Reference for valid attribute names.

The value argument is the value of the attribute returned by this function.

NOTE When working with a callback function, use dlg_get_attr_string inside the callback function instead.

Tell me about...

dlg_get_attr_string

dlg_get_tile

dlg_set_tile

Programming Overview of SDS (Solutions Development System)