Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

class question

Mar 28 2003 11:12 AM
Hello, I am looking for assistance with the basic class skeleton that would allow me to create a fuction similar to: MyClass.FieldByName('firstname').AsString OR MyClass.FieldByName('startdate').AsDate Etc .... public class MyClass { public void Run() { // do something here ... } public ?????? FieldByName() ????? { ???? } } Any assistnace would be appreciated. Thanks

Answers (1)