Documentação da API > Custom user interface > Object ProUIList > Function ProUIListUnattachTop
Function ProUIListUnattachTop
Description
To not attach the list at top side of the parent component.
Synopsis
#include <ProUIList.h>
ProUIListUnattachTop
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?