Property Integer Help_Id
Read Access: | Get Help_Id to IntegerVariable |
Write Access: | Set Help_Id to IntegerVariable/Value |
This property is used to specify an object's context ID. You must set it.
Note: | Using Help_Ids is becoming a less frequently used technique as it requires an intermediate step that is not rquired when using a psHtmlHelpTopic. Using Help_Ids requres setting up an intermediate file that "translates" the Help_Id to an actual help page. If you are using Compiled HTML Help (via the cHtmlHelp class) rather than the obsolete WinHelp, we recommend using psHtmlHelpTopic instead of Help_Id. |
#REPLACE HLP_Vendor_Address_Help 2020 : Object Vendor_Address is a dbForm Set Location to 10 70 Set Size to 13 100 Entry_Item Vendor.Address Set Label to "Address" Set Help_id to HLP_Vendor_Address_Help End_Object