| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class THTMLForms
Unit
Declaration
type THTMLForms = class(TJsonDTO)
Description
Class to manage all forms from HTML forms.
Hierarchy
- TJsonDTO
- THTMLForms
Overview
Methods
![]() |
constructor Create; override; |
![]() |
destructor Destroy; override; |
![]() |
class function GetData(Intf: IGMExecJS): THTMLForms; |
![]() |
class procedure IniData(Intf: IGMExecJS); |
Properties
![]() |
property EventsMap: TEventsMap read FEventsMap; |
![]() |
property LlbResults: TLlbResults read FLlbResults; |
Description
Methods
![]() |
constructor Create; override; |
|
Class constructor.
| |
![]() |
destructor Destroy; override; |
|
Destructor class.
| |
![]() |
class function GetData(Intf: IGMExecJS): THTMLForms; |
|
Gets Json from HTML code and fill all objects.
Parameters
| |
![]() |
class procedure IniData(Intf: IGMExecJS); |
|
Initialize all HTML forms fields.
Parameters
| |
Properties
![]() |
property EventsMap: TEventsMap read FEventsMap; |
|
Properties for
This HTML form contains all fields related by TGMMap. | |
![]() |
property LlbResults: TLlbResults read FLlbResults; |
|
Properties for
This HTML form contains all fields related by TGMLatLngBounds. | |
Generated by PasDoc 0.15.0.
