IW

TMS IntraWeb Component Pack Pro Script Edition

Over 70 components for building feature-rich VCL for the Web (IntraWeb) applications faster. Includes grid, rich editor, menus, navigational controls, responsive list, treeview


For web development, you might consider using:

Tips and Frequently Asked Questions

 TIWResponsiveList: How to use the ItemStyle parameter of the OnItemRender event


You can use the ItemStyle parameter of the OnItemRender event in the same way as the ItemStyle property of a list item. First add an item to the ItemStyles collection then use its name to apply the style to a specific list item.

Example to use a red font color for the first item in the list:

var
  si: TIWItemStylesItem;
begin
  si := TIWResponsiveList1.ItemStyles.Add;
  si.ItemStyle.Font.Color := clWebRed;
  si.Name := ''RedFont'';

procedure TformResponsiveList1.TIWResponsiveList1ItemRender(Sender: TObject;
  Index: Integer; var ItemStyle: string); begin
  if Index = 0 then
    ItemStyle := ''RedFont'';
end;



IW

Buy now

TMS IntraWeb Component Pack Pro Script Edition


Single developer license


license for 1 developer
€ 75 yearly renewal *
€ 245


order now
add to cart

Site license


unlimited developers in the company
€ 240 yearly renewal *
€ 795


order now
add to cart

CreditCards and PayPal Accepted


Compatibility

    2010, Delphi 2009, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio, 10.4 Sydney, 11 Alexandria, C++Builder 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio, 10.4 Sydney, 11 Alexandria (Professional/Enterprise/Architect)


Licensing

  • Licensing FAQ
  • License for commercial use: Single developer license, Site license
  • Includes full source code
  • Ask questions to our engineers related to purchased product via Support Center
  • Free 1 year updates and new releases
  • After 1 year, a discount renewal is offered for a 1 year extension. *
    * offer valid for 30 days after end of license. Discount price is subject to change.

Bookmarks