1
Answer

class question

Administrator

Administrator

21y
1.4k
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)