API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogRadiogroupRemove
Function ProUIDialogRadiogroupRemove
Description
Remove the radiogroup from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogRadiogroupRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the radiogroup to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?