IDL Programming > Objects > Miscellaneous Object Classes > IDLcomIDispatch Properties

IDLcomIDispatch Properties

IDLcomIDispatch objects have the following properties in addition to properties inherited from any superclasses. Properties with the word “Yes” in the “Get” column of the property table can be retrieved via IDLcomIDispatch::GetProperty. Properties with the word “Yes” in the “Init” column of the property table can be set via IDLcomIDispatch::Init. Properties with the word “Yes” in the “Set” column in the property table can be set via IDLcomIDispatch::SetProperty.

KEYWORD

KEYWORD is a string containing the name of one of the underlying COM object’s properties, and Variable is the name of an IDL variable that will contain the retrieved property value. You can get multiple property values in a single statement by supplying multiple KEYWORD=Variable pairs.

Note: KEYWORD must map exactly to the full name of the underlying COM object’s property method. The partial keyword name functionality provided by IDL is not valid with IDLcomIDispatch objects.