SDK:IWidgetDataPopup::SetModified: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(New page: __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <desc> Member of SDK:IWidgetDataPopup Setthe 'modified' fl...)
(No difference)

Revision as of 14:16, 3 June 2008

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

Member of SDK:IWidgetDataPopup

Setthe 'modified' flag of the popup data.

Using IWidgetDataPopup::IsModified you can check the state of the flag.

virtual void SetModified(
bool bModified) = 0;

Parameters

bModified bool The new value of the flag.