[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphtml.pp line 414
type THTMLSelectProducer = class(THTMLContentProducer) |
public |
constructor create(); override; |
destructor destroy; override; |
function WriteContent(); override; |
published |
property Items: TStrings; [rw] |
property UseValues: Boolean; [rw] |
property PreSelected: string; [rw] |
property Size: Integer; [rw] |
property ControlName: string; [rw] |
property jsOnChange: string; [rw] |
end; |
| |
| |
| |
TObject |