OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TLvFooterInfo Class Reference

Encapsulates structure LVFOOTERINFO, used to pass or retrieve footer information in a TListViewCtrl. More...

#include <owl/listviewctrl.h>

Inheritance diagram for owl::TLvFooterInfo:

Public Member Functions

Constructors
 TLvFooterInfo ()
 Constructs with zero values.
 
 TLvFooterInfo (const LVFOOTERINFO &info)
 Constructs a copy of another class instance.
 

Detailed Description

Encapsulates structure LVFOOTERINFO, used to pass or retrieve footer information in a TListViewCtrl.

See also
http://msdn.microsoft.com/en-us/library/windows/desktop/bb774748.aspx

Definition at line 502 of file listviewctrl.h.

Constructor & Destructor Documentation

◆ TLvFooterInfo() [1/2]

owl::TLvFooterInfo::TLvFooterInfo ( )
inline

Constructs with zero values.

Definition at line 514 of file listviewctrl.h.

◆ TLvFooterInfo() [2/2]

owl::TLvFooterInfo::TLvFooterInfo ( const LVFOOTERINFO & info)
inline

Constructs a copy of another class instance.

Parameters
[in]infois the class instance to copy.

Definition at line 522 of file listviewctrl.h.


The documentation for this class was generated from the following file: