[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |