Indy 9
|
TIdFormDataField = class(TCollectionItem)
property ContentType: string;
property FieldName: string;
property FieldObject: TObject;
property FieldSize: LongInt;
property FieldStream: TStream;
property FieldValue: string;
property FileName: string;
constructor Create(Collection: TCollection); override;
destructor Destroy; override;