1
Answer

class question

Photo of Administrator

Administrator

22y
1.8k
1
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)