RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBWeb.THTMLColumnState Enumeration

THTMLColumnState indicates how an application generates the column descriptors for an HTML table.

Pascal
THTMLColumnState = (
  csDefault,
  csCustom
);
C++
enum THTMLColumnState {
  csDefault,
  csCustom
};

THTMLColumnState can be one of the following values:

Value 
Meaning 
csDefault  
Column descriptors are dynamically generated to correspond exactly to the order and number of fields in a dataset. Dynamically-generated column descriptors impose no special display attributes.  
csCustom  
Column descriptors are static objects to which the application adds display attributes. Static column descriptors can change the order of fields, add additional columns for calculated fields, or include a subset of the field in the datset.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!