Costruttore DedFormWhereUsed(DedNetApplication, DedDocList, Boolean)
             | 
          
        
        
            Costruttore utilizzato allo scopo di selezionare i file associati di un particolare documento.
            ovvero per il comando OpenAssocFiles.
            
        
        Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic DedFormWhereUsed(
	DedNetApplication app,
	DedDocList docs,
	bool attach = false
)
Public Sub New ( 
	app As DedNetApplication,
	docs As DedDocList,
	Optional attach As Boolean = false
)
public:
DedFormWhereUsed(
	DedNetApplication^ app, 
	DedDocList^ docs, 
	bool attach = false
)
new : 
        app : DedNetApplication * 
        docs : DedDocList * 
        ?attach : bool 
(* Defaults:
        let _attach = defaultArg attach false
*)
-> DedFormWhereUsedParametri
- app  DedNetApplication
 - Applicazione di riferimento.
 - docs  DedDocList
 -  
 - attach  Boolean  (Optional)
 -  
 
Vedi anche