Quintiq file version 2.0 #parent: #root Method EditAccountType ( AccountType selection, internal[GUIComponent] parent ) id:Method_ScenarioManager_DialogCreateEditAccountType_EditAccountType { #keys: '[127710.1.671542705]' Body: [* // Edit account type Dialog.Data( selection ); result := Dialog.DoModal( parent ); if( result > 0 ) { selection.Update( EditorName.Text() ); } *] }