Unit 'SqliteUtils' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_luicontrols]

TSqliteTableDef

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

Declaration

Source position: sqliteutils.pas line 22

type TSqliteTableDef = class(TCollectionItem)

protected

  function GetDisplayName; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

published

  property ExcludeFields: TStrings; [rw]

  

  property IncludeFields: TStrings; [rw]

  

  property PrimaryKey: string; [rw]

  

  property TableName: string; [rw]

  

end;

Inheritance

TSqliteTableDef

  

|

TObject



CT Web help

CodeTyphon Studio