OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Encapsulates structure LVFOOTERINFO, used to pass or retrieve footer information in a TListViewCtrl. More...
#include <owl/listviewctrl.h>
Public Member Functions | |
Constructors | |
TLvFooterInfo () | |
Constructs with zero values. | |
TLvFooterInfo (const LVFOOTERINFO &info) | |
Constructs a copy of another class instance. | |
Encapsulates structure LVFOOTERINFO, used to pass or retrieve footer information in a TListViewCtrl.
Definition at line 502 of file listviewctrl.h.
|
inline |
Constructs with zero values.
Definition at line 514 of file listviewctrl.h.
|
inline |
Constructs a copy of another class instance.
[in] | info | is the class instance to copy. |
Definition at line 522 of file listviewctrl.h.