Web.DBWeb.THTMLTableColumn.Custom
Delphi
property Custom: string read FCustom write SetCustom;
C++
__property System::UnicodeString Custom = {read=FCustom, write=SetCustom};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | THTMLTableColumn |
Description
Specifies a tag option and its value in the HTML TD tags for the cells in the column.
Use Custom to represent one or more options to be added to an HTML tag. Each option and its value should have the form:
OPTIONNAME=Value
If Custom specifies more than one option, each object should be separated from the others by spaces.