[ TDx_DrawVideoPort ]
[ next: ErrorValue ]
public:
__property bool Created = { read=FGetCreated, write=FSetCreated, default=false };
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
See Also
The Created property is true if the internal LPDIRECTDRAWVIDEOPORT used in this component has been successfully created, otherwise Created is false.
To create the internal LPDIRECTDRAWVIDEOPORT, call the TDx_DrawVideoPort::Create() method.
SEE ALSO
Top