![]() |
![]() ![]() ![]() |
IESnifferAutoFillUserInfo component.
|
type
|
TIESnifferAutoFillUserFields = class(TPersistent)
|
published
|
property FullName: String;
|
property Company: String;
|
property JobTitle: String;
|
property Email: String;
|
property Phone: String;
|
property Fax: String;
|
property TaxIDNumber: String;
|
|
property AddressLine1: String;
|
property AddressLine2: String;
|
property City: String;
|
property State: String;
|
property ZipCode: String;
|
property Country: String;
|
end;
|
|
property Fields: TIESnifferAutoFillUserFields;
|
The Fields structure used to specify the user details information: full name, email, phone, fax and full address information. This information can be automatically put by the component to Web forms if AutoFill property is True, or after calling the Fill method.
|
|
![]() |
|
![]() |
AutoFill, AutoHighlight, CustomFields, FillTokens and RegistrySaver properties;
|
Fill method.
|