Accounting Software
Small Business Software Estimating Software
Time Tracking SoftwareTime Management SoftwareTime Billing SoftwareContact Management SoftwareCustomer Management SoftwareProject Management SoftwareBusiness Management Software

Rental Unit Tables (Header)

Link to: source code | tables directory

Copyright Turtle Creek Software 1996-2006. All Rights Reserved.

This class manages property rental unit tables for the Goldenseal accounting software,
property management software and rental property management software.

class CRentalUnitTable : public CMemberTable
{
public:

CRentalUnitTable(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo);
virtual ~CRentalUnitTable() {}
void FillNewRowCells(const TableIndexT row);

virtual void HandleNonEditCellDblClicked(const TableCellT &inCell);

protected:

};