MTblSetPasswordChar
bOk = MTblSetPasswordChar( hWndTbl, sChar )
Sets a table's password character. The password character is used in columns with the format "Invisible".
Parameters
hWndTbl
Window Handle: Handle of the table
sChar
String: The password character
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example the password character is set to '*':
Call MTblSetPasswordChar( hWndTbl, "*" )
See also
MTblGetPasswordChar
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents