Difference between revisions of "SetTargetDC"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> procedure SetTargetDc(Dc: HDC); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Sets a new target decide c...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Definition== | ==Definition== | ||
<source lang="scar" lines="false"> | <source lang="scar" lines="false"> | ||
− | procedure | + | procedure SetTargetDC(const DC: HDC); |
</source> | </source> | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.00 > | + | SCAR Divi 3.00 > 3.34 |
==Description== | ==Description== | ||
Line 14: | Line 14: | ||
*[[SetClientWindowHandle]] | *[[SetClientWindowHandle]] | ||
− | [[Category: | + | [[Category:Deprecated Functions]] |
− |
Latest revision as of 11:12, 25 July 2012
Definition
procedure SetTargetDC(const DC: HDC);
Availability
SCAR Divi 3.00 > 3.34
Description
Sets a new target decide context by passing the handle to the device context.