Advantage TDataSet Descendant
Returns the Advantage Client Engine table or cursor handle.
function GetAceTableHandle : ADSHANDLE ;
GetAceTableHandle returns the current open table or cursor handle. If the table or cursor is closed, the Advantage Client Engine handle returned will not be valid. GetAceTableHandle is only useful if you are going to call Advantage Client Engine functionality directly that is prototyped in ACE.PAS. Please refer to the ADSFUNC.PAS source file for examples of how this method is used.
ACE.AdsGotoTop( AdsTable1.GetAceTableHandle );