>
> Could someone provide me with a simple example on how to get a variable
> with gnoga.
>

I'm not sure I understand what you mean by variable.

I assume you want to get some value for say a form element. You can use for
form elements (controls from Gnoga.Gui.Element.Form) S : String :=
Element.Value; or for non form elements  S : String := Element.Text; or S :
String := Element.Inner_HTML;

David Botton
------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to