Determines KeyFields and build query of TCustomMyTable. 
Class
TCustomMyTable
 Syntax
procedure PrepareSQL;
Remarks
Call the PrepareSQL method to determine KeyFields and build query of TCustomMyTable. PrepareSQL is called implicitly when TCustomMyTable is being opened. 
See Also