OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Provides a customization hook for binding and creating controls. More...
#include <owl/transferbuffer.h>
Provides a customization hook for binding and creating controls.
Every control type should have a specialization of this template, containing two function templates;
These signatures restrict the binding of the control to a field in, and only in, the transfer buffer specified for the window. See TTransferBufferBinderImplementation for a generic implementation.
Definition at line 132 of file transferbuffer.h.