[ TDx_Draw ]
[ next: EnumSurfacesFlags ]
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 LPDIRECTDRAW7 used in this component has been successfully created, otherwise Created is false.
To create the internal LPDIRECTDRAW7, call the TDx_Draw::Create() method.
SEE ALSO
Top