TFRStringList
Description
TFRStringList component inserts a list of static strings, possibly with HREFs, into t he HTML document.
HrefItems
ListItemsDelphi declaration
property HrefItems: TStrings read FHrefItems write SetHrefItems;
C++ declaration
__property Classes::TStrings *HrefItems={ read=FHrefItems, write=SetHrefItems, nodefault }
Description
Values of HREF for items.
Delphi declaration
property ListItems: TStrings read FListItems write SetListItems;
C++ declaration
__property Classes::TStrings *ListItems={ read=FListItems, write=SetListItems, nodefault }
Description
Items inserted into t he HTML document.