DmsDocument_GetAspectName

Vrátí název aspektu dle jeho indexu
declare function DmsDocument_GetAspectName dll "ActualDocument" (integer, integer): string
AspName := DmsDocument_GetAspectName(DocDesc, Index)
DmsDocument_GetAspectName(Document, Index)

Parametry

Document

Typ: integer

Identifikátor dokumentu zjištěný např. pomocí Dms_GetDocument .

Index

Typ: integer

Index aspektu. První aspekt má index 0 , poslední Počet - 1 . Počet aspektů je možné získat ve výstupním parametru funkce DmsDocument_GetAspectCount .

Návratová hodnota

Typ: string

Vrací název aspektu.

Popis

Vrátí název aspektu dle indexu.

Ukázky volání

  • Zjistí název aspektu dokumentu dle indexu.
    AspName := DmsDocument_GetAspectName(DocDesc, Index)

Příklady použití