From Clomosy Docs
ClomosyAdmin (talk | contribs) No edit summary |
ClomosyAdmin (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
* [[System_Library#Cl_Utilities_Functions | Cl Utilities Functions]] | * [[System_Library#Cl_Utilities_Functions | Cl Utilities Functions]] | ||
* [[ShowMessage]] | * [[ShowMessage]] | ||
{{#seo:|title=ClShowMessage Using in Clomosy - Clomosy Docs}} | |||
{{#seo:|description=Learn how the ClShowMessage function in Clomosy displays informational message windows to the user for alerts or notifications.}} | {{#seo:|description=Learn how the ClShowMessage function in Clomosy displays informational message windows to the user for alerts or notifications.}} | ||
Latest revision as of 13:33, 24 December 2024
procedure ClShowMessage(const AMessage: string);
AMessage : It refers to the text that will be displayed to the user for informational purposes.
It is a message window created to warn or inform the user, specific to the Clomosy platform.
Use of:
clShowMessage('Hello World!');