|
defaultbind
Indicates the single, bindable property that best represents the object.
Allowed on
Property
Comments
Properties that have the defaultbind attribute must also have the bindable attribute. You can't specify defaultbind on more than one property in a dispinterface.
This attribute is used by containers that have a user model involving binding
to an object rather than binding to a property of an object. An object can
support data binding but not have this attribute.
Flags
FUNCFLAG_FDEFAULTBIND, VARFLAG_FDEFAULTBIND
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|