URL Property
The URL to post information to.
Syntax
__property String URL = {read=FURL, write=FSetURL, default=""};
Default Value
""
Remarks
This property specifies the web page to post the form data to. It is the same as the value specified by '<FORM ACTION=...>' in HTML forms.
This property must be set before calling the Submit method.
Data Type
String