RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SiteComp.TAdapterInputHTMLElementType Enumeration
Pascal
TAdapterInputHTMLElementType = (
  htmliNone,
  htmliTextInput,
  htmliPasswordInput,
  htmliSelect,
  htmliSelectMultiple,
  htmliRadio,
  htmliCheckBox,
  htmliTextArea,
  htmliFile
);
C++
enum TAdapterInputHTMLElementType {
  htmliNone,
  htmliTextInput,
  htmliPasswordInput,
  htmliSelect,
  htmliSelectMultiple,
  htmliRadio,
  htmliCheckBox,
  htmliTextArea,
  htmliFile
};

SiteComp

This is record SiteComp.TAdapterInputHTMLElementType.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!