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