SHDocVw.TShellUIHelper.msScheduledTileNotification
Delphi
procedure msScheduledTileNotification(const bstrNotificationXml: WideString; const bstrNotificationId: WideString; const bstrNotificationTag: WideString); overload;
procedure msScheduledTileNotification(const bstrNotificationXml: WideString; const bstrNotificationId: WideString; const bstrNotificationTag: WideString; startTime: OleVariant); overload;
procedure msScheduledTileNotification(const bstrNotificationXml: WideString; const bstrNotificationId: WideString; const bstrNotificationTag: WideString; startTime: OleVariant; expirationTime: OleVariant); overload;
C++
void __fastcall msScheduledTileNotification(const System::WideString bstrNotificationXml, const System::WideString bstrNotificationId, const System::WideString bstrNotificationTag)/* overload */;
void __fastcall msScheduledTileNotification(const System::WideString bstrNotificationXml, const System::WideString bstrNotificationId, const System::WideString bstrNotificationTag, const System::OleVariant &startTime)/* overload */;
void __fastcall msScheduledTileNotification(const System::WideString bstrNotificationXml, const System::WideString bstrNotificationId, const System::WideString bstrNotificationTag, const System::OleVariant &startTime, const System::OleVariant &expirationTime)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TShellUIHelper |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!