◄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. -♦-