I am learning Devart's mydac Data Access Components and I have few question I have not been able to resolve through online searches and the documentations. In the code examples, I see invocation of TMyTable.Open but I could not find the description in TMyTable class or its inheritance path. I would like to as if anyone can point me to the documentation of this method and whether it has any relationship to TDBGrid class.
Thanks in advance
Openprocedure is declared inTDataSetbut I still can not find any documentation on what it does and how it does it. I know that if you're working with an SQL query, it gets invoked implicitly when you callExecute. – NicM Sep 9 '10 at 20:23