[ |../../index.htm#lansa/srvgudba_0190.htm]
You are here:
6.24.2 C Example
BOOL fOK;
int iSession;
char strHelpText[4096 + 1];
/ Return help text to calling program /
fOK = LceGetFieldHelpText(iSession, "SURNAME", "U", "\n", (char far *) strHelpText,
(long)sizeof(strHelpText));
/ Display help text in a dialogue box /
fOK = LceGetFieldHelpText(iSession, "SURNAME", "U", "\r\n", "", 0L);
[
|../../index.htm#lansa/srvgudba_0190.htm]