OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Todo List
Class ocf::TOcControl
Research this, as it is not true: change from protected IBControlSite to public IBControlSite -> c++ syntax in DECLARE_AUTOCLASS(TOcControl) exist conversion to IDispatch
Member ocf::TOleDialog::LoadControl (owl::TString ProgId, const owl::TRect &position)
This function is not implemented
Class owl::TButtonGadget
Move NotchCorners to OWL5COMPAT, implement repeating commands
Class owl::TComboBox
Add support for new Windows Vista messages CB_SETCUEBANNER and CB_GETCUEBANNER
Member owl::TDC::GetDeviceCaps (int index) const
Document the possible values for the index
Member owl::TEdit::GetTextRange (const TRange &) const
Must be tested
Member owl::TFileDocument::OpenThisFile (int omode, const tstring &fileName, std::streampos *pseekpos)
This method uses obsolete WinApi functions for 16-bit compatibility which is no longer supported
Member owl::TFileName::TFileName (TSpecialType type)
Looks like not all the types are implemented or work correctly. Need to research
Member owl::THarbor::GetSlipPosition (TAbsLocation location)
!CQ make a TDockingSlip virtual!
Class owl::THelpFileManager
HTMLHelp should be by default, and discourage using old WinHelp files as they are not well supported under Windows Vista and later
Member owl::THostInfoManager::GetHostRequestCompleted ()
really return a short? HostRequestCompleted is bool
Member owl::TImageList::GetIconSize (int &cx, int &cy)
What about a TSize TImageList::GetIconSize() version?
Class owl::TINetSocketAddress
What about IPv6?
Member owl::TMDIClient::SetClientAttr (LPCLIENTCREATESTRUCT clientattr)
Assumes ownership of the pointer, so it will be deleted ? And the old one is orphaned and leaks?
Class owl::TPointL
Do we really need this? Isn't long same as int for 32-bit? What about 64-bit
Member owl::TRect::MovedTo (int x, int y)
This should be const, to indicate that the original rectangle is not modified, just like InflatedBy()
Member owl::TRichEdit::GetTextRange (const TRange &) const -> tstring override
Must be tested
Member owl::TRichEditPrintout::CleanupPrintParams ()
There is no such method in TPrintout and there is no implementation of this method anywhere, so it should be removed
Member owl::TServiceManager::GetLastServiceCompletion ()
why int return type?
Member owl::TTime::IsValid () const
Why not return bool?
Member owl::TWindow::TraceWindowPlacement ()
Make protected or private