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

 TTIWDBAdvWebGrid: How to display an image based on the original cell value


You can use the OnGetCellData event to display a custom value based on the original cell value. As you can''t change the column type on the fly, you must add an IMG tag with a direct link to the image file.

Example:

procedure TIWForm1.TIWDBAdvWebGrid1GetCellData(Sender: TObject; RowIndex,
  ColumnIndex: Integer; var AValue: string); begin
  if AValue = 'X' then
    AValue := '<img src="/files/image.png">'
end;

Follow these steps to display image from an ImageListin the TIWAdvWebGrid:
  • Assign the ImageList to the TIWDBAdvWebGrid.Images property.
  • Set the Columns[].ColumnType to ctDataImage.
  • Set the index of the Image in the ImageList as the cell value.



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