?? customcomserver.cl
字號(hào):
/*****************************************************************************
Copyright (c) Prolog Developement Center
Written by: Visual Prolog
******************************************************************************/
class customComServer : customComServer
constants
componentClassID : comDomains::nativeIID = core::nativeGuid(
0xF81ECF14, 0x11A3, 0x48C8, 0x99, 0xC5, 0xAB, 0xF0, 0x63, 0x63, 0x84, 0xB1).
/* Registration information for the component */
componentProgId : comDomains::progID = comDomains::progID("Vendor", "Component", comDomains::version(1, 0)).
componentInfo : comRegistration::componentInfo_list =
[ comRegistration::programmaticIdentifier(componentProgId),
comRegistration::version(comDomains::version(1,0))
].
/* Human readable name of the component */
readableName = "Readable name".
/* Threading model of apartment component server can run in */
threadingModel : comRegistration::threadingModel = comRegistration::apartment().
end class customComServer
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -