[ TDx_Draw_Library ]
[ next: TDDVideoPortDesc ]
[ prev: TDDVideoPortCaps ]
class TDDVideoPortConnect : public TComponent
class PACKAGE TDDVideoPortConnect : public TComponent
class type : MultiWrapper
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TDDVideoPortConnect component wraps multiple DDVIDEOPORTCONNECT structures, wihch describe a video port connection.
This component is used by TDx_DrawVideoPortContainer::GetVideoPortConnectInfo().
It is also part of the TDDVideoPortStatus and TDDVideoPortDesc components.
To setup this component, first set the TDDVideoPortConnect::ArraySize property, then set each property using array indexes, eg:
DDVideoPortConnect1->ArraySize = 1;
DDVideoPortConnect1->Flags[0] = DDVPCONNECT_INTERLACED;
PROPERTIES
Top
Properties
Methods
Events
See Also
ArraySize
ErrorValue
Flags
PortWidth
Size
SizeAll
TypeID
METHODS
Top
Properties
Methods
Events
See Also
Clear
ClearAll
EVENTS
Top
Properties
Methods
Events
See Also
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TDx_DrawVideoPortContainer::GetVideoPortConnectInfo()
TDDVideoPortStatus
TDDVideoPortDesc
TDDVideoPortDesc::VideoPortType
TDDVideoPortStatus::VideoPortType
TDx_DrawVideoPortContainer::GetVideoPortConnectInfo()