Quintiq file version 2.0 #parent: #root Method New (GUIComponent parent, TG_UIForm owner) as TG_UIComponent id:Method_DialogTG_UIComponent_New { #keys: '[142876.9.497176133]' Body: [* data := owner.TG_UIComponent( relshadow ); Dialog.Data( data ); if ( Dialog.DoModal( parent ) > 0 ) { data.Commit(); } return data.WrappedInstance(); *] }