Unit 'dbstructurechecker' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_pascalscada]

TCollumnDefinition

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dbstructurechecker.pas line 89

type TCollumnDefinition = class(TObject)

public

  constructor Create();

  

  destructor Destroy; override;

  

  property FieldName: AnsiString; [r]

  

  property FieldType: TFieldType; [r]

  

  property NotNull: Boolean; [rw]

  

  property DefaultValue: AnsiString; [r]

  

  property Size: LongInt; [r]

  

end;

Inheritance

TCollumnDefinition

  

|

TObject



CT Web help

CodeTyphon Studio