TccSAPTableColumns.Add
- Merve Yurdakul
Owned by Merve Yurdakul
Parameter
(Name : String; Vartype : TVarType; const ForeignColId : Integer = -1) : TccSAPTableColumn;
Beschreibung
Die Methode Add fügt eine neue Spalte in die TccSAPTable Tabelle ein.
Beispiel
Columns.Add('Example',varDate,-1);