Unit 'SpiderForm' Package
[Overview][Types][Classes][Index] [#pl_freespider]

TSpiderForm

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

Declaration

Source position: spiderform.pas line 36

type TSpiderForm = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure AddText();

  

  procedure AddInputExt();

  

  procedure AddHTML();

  

  procedure AddInput();

  

  function Contents;

  

  procedure Clear;

  

  procedure NewRow;

  

  procedure CloseRow;

  

published

  property Method: string; [rw]

  

  property Action: string; [rw]

  

  property PutInTable: Boolean; [rw]

  

  property ExtraParam: string; [rw]

  

end;

Inheritance

TSpiderForm

  

|

TObject



CT Web help

CodeTyphon Studio