Difference between revisions of "SetTargetDC"

From SCAR Divi Manual
Jump to: navigation, search
(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 SetTargetDc(Dc: HDC);
+
procedure SetTargetDC(const DC: HDC);
 
</source>
 
</source>
  
 
==Availability==
 
==Availability==
SCAR Divi 3.00 > Current
+
SCAR Divi 3.00 > 3.34
  
 
==Description==
 
==Description==
Line 14: Line 14:
 
*[[SetClientWindowHandle]]
 
*[[SetClientWindowHandle]]
  
[[Category:Functions]]
+
[[Category:Deprecated Functions]]
[[Category:Client Functions]]
 

Latest revision as of 12: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.

See Also