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

TRowType

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

Declaration

Source position: datatableutils.pas line 49

type TRowType = class(TObject)

public

  constructor Create;

  

  procedure InsertRow();

  

  procedure DeleteRow();

  

  procedure DataToXML();

  

  procedure XMLToData();

  

  property Data: TRowTypeEnum; default; [rw]

  

  property AsString: String; [rw]

  

  property Count: Integer; [rw]

  

end;

Inheritance

TRowType

  

|

TObject