B
bq.xu
Unregistered / Unconfirmed
GUEST, unregistred user!
请教各位如何使用TcdDataMod的FindObject函数:
下面是帮助文件的说明:
FindObject returns a pointer to a graphic object found in the data module.
function FindObject(ConObj: TConType): TcdObject;
Description
The FindObject method searches the data module for a graphic object and returns a pointer to that object if found. Else the FindObject method returns NIL.
The record of the type TConType passed as "ConObj" parameter contains the tool ID and the object ID of the wanted object.
能否给予指点(最好能给个例子)。
下面是帮助文件的说明:
FindObject returns a pointer to a graphic object found in the data module.
function FindObject(ConObj: TConType): TcdObject;
Description
The FindObject method searches the data module for a graphic object and returns a pointer to that object if found. Else the FindObject method returns NIL.
The record of the type TConType passed as "ConObj" parameter contains the tool ID and the object ID of the wanted object.
能否给予指点(最好能给个例子)。