Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSAdvFieldDefs.Add
TABSAdvFieldDefs
Top 


Creates a new field definition object and adds it to the Items property.

procedure Add(const Name: String; DataType: TABSAdvancedFieldType; Size: Integer = 0; Required: Boolean = False; BLOBCompressionAlgorithm: TCompressionAlgorithm = caNone; BLOBCompressionMode: Byte = 0);

Description
Add uses the values passed in the Name, DataType, Size, Required, BLOBCompressionAlgorithm and BLOBCompressionMode parameters and assigns them to the respective properties of the new field definition object.

If a field definition with same name already exists, Add raises an exception.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database May 09, 2024