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

Overview

Methods

Public constructor Create; override;
Public destructor Destroy; override;
Public class function GetData(Intf: IGMExecJS): THTMLForms;
Public class procedure IniData(Intf: IGMExecJS);

Properties

Public property EventsMap: TEventsMap read FEventsMap;
Public property LlbResults: TLlbResults read FLlbResults;

Description

Methods

Public constructor Create; override;

Class constructor.

Public destructor Destroy; override;

Destructor class.

Public class function GetData(Intf: IGMExecJS): THTMLForms;

Gets Json from HTML code and fill all objects.

Parameters
Intf
Interface that defines the method to call to execute a JavaScript function.
Public class procedure IniData(Intf: IGMExecJS);

Initialize all HTML forms fields.

Parameters
Intf
Interface that defines the method to call to execute a JavaScript function.

Properties

Public property EventsMap: TEventsMap read FEventsMap;

Properties for eventsMap HTML form.

This HTML form contains all fields related by TGMMap.

Public property LlbResults: TLlbResults read FLlbResults;

Properties for llbResults HTML form.

This HTML form contains all fields related by TGMLatLngBounds.


Generated by PasDoc 0.15.0.