GetDocumentLinkOID (Instance)
De Wiki1000
function GetDocumentLinkOID:TOID;
Retourne l'OID d'un objet à lier au document.
Cette function est appelée lorsqu'un document est associé à l'objet.
Si cette méthode existe et retourne un OID d'objet, le document sera lié à cet objet.
Pas de paramètre. |
Exemple
function TMyObject.GetDocumentLinkOID:TOID; begin // Link myParent object to the same document // The document is associate to myObject and linked to myParent Result := oidMyParent; end;
Voir aussi