FormsSetCaption |
Top Previous Next |
Prototype
FormSetCaption(intFormHandle,strCaption)
Description
Sets the windows title.
Parameters
intFormHandle: integer number corresponding to the window handle.
StrCaption: string corresponding to the windows title.
Returned value
None.
Notes
If intFormHandle is 0 the function processes the application mail window.
Example
//It sets form name FormSetCaption(HandleForm,'Application Test'); |