Unit 'HTMLSubs' Package
[Overview][Types][Classes][Variables][Index] [#pl_htmlviewer]

THtmlForm

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: HTMLSubs.pas line 986

type THtmlForm = class(TObject)

public

  Document: ThtDocument;

  

  Method: ThtString;

  

  Action: ThtString;

  

  Target: ThtString;

  

  EncType: ThtString;

  

  ControlList: TFormControlObjList;

  

  NonHiddenCount: Integer;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure DoRadios();

  

  procedure InsertControl();

  

  procedure ResetControls;

  

  function GetFormSubmission;

  

  procedure SubmitTheForm();

  

  procedure SetFormData();

  

  procedure SetSizes();

  

  procedure ControlKeyPress();

  

  procedure AKeyDown();

  

end;

Inheritance

THtmlForm

  

|

TObject



CT Web help

CodeTyphon Studio