C++
virtual bool setPlotMsgString( PlotMSGIndex index, const ACHAR * pMsg ) = 0;
Description
Sets the strings that appear in different UI controls of the plot progress dialog created by acplCreatePlotProgressDialog().
Returns true if the message string was successfully set in the plot progress dialog.
Parameters
Parameters | Description |
---|---|
index | Input PlotMSGIndex of the string to set |
pMsg | Input message string indexed by the PlotMSGIndex |