RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBWeb.THTMLCaptionAlignment Enumeration

THTMLCaptionAlignment indicates the position of the caption for an HTML table.

Pascal
THTMLCaptionAlignment = (
  caDefault,
  caTop,
  caBottom
);
C++
enum THTMLCaptionAlignment {
  caDefault,
  caTop,
  caBottom
};

THTMLCaptionAlignment can be one of the following values:

Value 
Meaning 
caDefault  
The Web browser can position the caption where it wants.  
caTop  
The caption should appear above the HTML table.  
caBottom  
The caption should appear below the HTML table.  

 

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