[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'DataTableUtils' (#mcl)

TColType

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

Declaration

Source position: datatableutils.pas line 74

type TColType = class(TObject)

public

  constructor Create;

  

  procedure InsertColumn();

  

  procedure DeleteColumn();

  

  procedure DataToXML();

  

  procedure XMLToData();

  

  property Data: TColumnTypeEnum; default; [rw]

  

  property AsString: String; [rw]

  

  property Count: Integer; [rw]

  

end;

Inheritance

TColType

  

|

TObject