iesnifferautofilluserinfo CustomFields property
Return to Introduction  Previous page  Next page
Applies to
acIESnifferAutoFillUserInfo component.  

Declaration
type  
  TIESnifferAutoFillCustomFieldType = (ftAny, ftEditBox, ftComboBox);  
  TIESnifferAutoFillCustomField = class  
  published  
    property FieldType: TIESnifferAutoFillCustomFieldType default ftAny;  
    property Name: String;  
    property Value: String;  
    property Tokens: TIESnifferAutoFillTokens;  
  end;  
 
property CustomFields: TIESnifferAutoFillCustomFields;  

Description
The CustomFields property is the collection of the custom fields/tokens. Each item of this collection respresents 4 tokens of the field on the Web forms and the Value, which should be specified to that field on filling.  
 
To add custom fields at design-time — click on the property name and add the custom fields in special designer.  

See also
Fields and FillTokens properties;  
Fill method.