Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 323

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 322
6.1.1. ActiveDocument Property
Application.ActiveDocument Property
Read-only property that returns a Document object that represents the active document (the
document corresponding to the active window of the application). Returns null if there are no open
documents.
Syntax
Document ActiveDocument
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.ActiveDocument;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.ActiveDocument;
See Also
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 321
Przeglądanie stron 322
1 2 ... 318 319 320 321 322 323 324 325 326 327 328 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag