NameList Property


Applies to

THtmlViewer component

Declaration

property NameList: TStringList;

Read only and run time only. NameList contains a list of all the anchor names (the Name= attribute of the <A> tag) and ID identifiers (the ID= attributes) contained in the currently displayed document.

NameList is used by THtmlViewer. Do not Free this list.