Show Method

WRAPPER_API void Show() const;

WRAPPER_API EDialogState Show(GEOCALCPBW_NAMESPACE::Serializable** oObject, GEOCALCPBW_NAMESPACE::DataSource::ObjectType *classType) const;

WRAPPER_API EDialogState Show(std::list<GEOCALCPBW_NAMESPACE::Serializable*> &oObjects, GEOCALCPBW_NAMESPACE::DataSource::ObjectType *classType) const;

Description

The Show method displays the DataSourceEditor as a modal dialog.  The first signature for this method requires no arguments and returns no value.  The second signature requires two arguments that will hold the object that is selected when the dialog is closed.  This signature will also return a member of the EDialogState enumeration that describes the outcome of displaying the dialog. The third signature allows for the selection of multiple objects.