GetModificationFindingLevel
אבחון
תיאור
מחזיר את רמת הסיווג של ממצא שינוי שמור אחד
תחביר
Delphi
Function GetModificationFindingLevel(Index: Integer): Integer;פרמטרים
| Index | אינדקס ממצא המתחיל מ-0, מ-0 ועד GetModificationFindingCount - 1 |
|---|
ערכים מוחזרים
| 0 | אינדקס שגוי או אין שינוי |
|---|---|
| 1 | עדכון LTA |
| 2 | מילוי טופס |
| 3 | שינוי הערה |
| 4 | שינוי לא מסווג |
הערות
אינדקס שגוי מחזיר 0, שהוא גם הערך המספרי עבור הסיווג noneהערך הכולל שמחזיר GetModificationLevel הוא הרמה המקסימלית בין כל הממצאים התקינים
דוגמה
if PDF.GetModificationFindingLevel(I)= 4 then
Log(PDF.GetModificationFindingDetail(I));ראה גם
AnalyzeModifications, GetModificationFindingCount, GetModificationLevel