RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHeaderControl Class

TCustomHeaderControl represents a spreadsheet-style header.

Pascal
TCustomHeaderControl = class(TWinControl);
C++
class TCustomHeaderControl : public TWinControl;

ComCtrls

TCustomHeaderControl is an abstract base class for control classes that provide column and row headers for spreadsheet-style controls. Use TCustomHeaderControl to create new kinds of header controls. 

Do not create instances of TCustomHeaderControl. THeaderControl provides a minimal implementation of TCustomHeaderControl. Use THeaderControl or create your own descendant classes that represent spreadsheet-style headers. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!