Hi,
Vielleicht brauchst du ja (soetwas wie) TField..
Delphi-Quellcode:
var f: TField;
begin
f.DataType := ftInteger;
f.Size := 255;
end;
Oh es geht ja um C#... Aber da wirds ja sicher auch sowas geben..
?
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."