PDFium Component Docs

HasBookmarkChildren property

Component: TPdf  ·  Unit: PDFium
Returns True when the given outline node has at least one child bookmark.

Syntax

property HasBookmarkChildren[const Bookmark: TBookmark]: Boolean; // read only

Description

Returns True when the given outline node has at least one child bookmark.

Drive a tree-view expand-icon without enumerating the full child list.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

if Pdf1.Active then
  Pdf1.HasBookmarkChildren;

See Also

BookmarkChildren, Bookmarks