From Clomosy Docs

Revision as of 10:22, 19 November 2024 by ClomosyManager (talk | contribs) (Created page with "<div class="alert alert-ligth border border-3 border-primary-subtle rounded-5 p-4 shadow-sm" role="alert"> procedure ClShowMessage(const AMessage: string); </div> <span style="color:blue"><b>AMessage</b></span> : It refers to the text that will be displayed to the user for informational purposes.<br> It is a message window created to warn or inform the user, specific to the Clomosy platform.<br> <b>Use of:</b><br> <pre> clShowMessage('Hello World!'); </pre> <h2> Se...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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!');

See Also