Icon Create Method

constructor Create(Owner: TDBISAMFieldDefs; const Name: String;
      DataType: TFieldType; Size: Integer; Required: Boolean; const
      DefaultValue: String; const MinValue: String; const MaxValue:
      String; const Description: String; CharCase: TFieldCharCase;
      Compression: Byte; FieldNo: Integer)

Call the Create constructor to create an instance of a TDBISAMFieldDef object. However, you should never need to create an instance of the TDBISAMFieldDef object since one is automatically created when using the various methods of the TDBISAMFieldDefs object.
Image