GetLastChildOutline
Outlines
Description
Returns the final direct child of an outline without descending into grandchildren
Syntax
Delphi
Function TPDFlib.GetLastChildOutline(OutlineID: Integer): Integer;Return values
| 0 | The handle is invalid or the outline has no children |
|---|---|
| > 0 | The last direct child handle |