Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COleClientItem::SetLinkUpdateOptions
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  void SetLinkUpdateOptions( OLEOPT_UPDATE updateOpt );
 
  Parameter   Description
 
  <updateOpt> The value of the link-update option for this item. This
              value must be one of the following:
 
              Value              Meaning
 
              oleupdate_always   Update the linked object whenever
                                 possible. This option supports the
                                 Automatic link-update radio button in the
                                 Links dialog box.
 
              oleupdate_onsave   Update the linked object when the source
                                 document is saved by the server.
 
              oleupdate_oncall   Update the linked object only on request
                                 from the client application. This option
                                 supports the Manual link-update radio
                                 button in the Links dialog box.
 
  Remarks
 
  Sets the link-update options for the presentation of the specified
  linked item.
 
 
                                     -♦-