[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControlCanvas.Create

Constructor for the class instance.

Declaration

Source position: controls.pp line 374

public constructor TControlCanvas.Create;

Description

Create is the overridden constructor for the class instance. Create calls the inherited constructor, and sets the default unassigned values for the device context, window handle, and control used in the class instance. The device context and window handle are maintained in methods which use the respective members. Use the Control property to set the owner for the class instance.

See also

TControlCanvas.Control

  

The Control object for which the Canvas is used.

TControlCanvas.Destroy

  

Destructor for the class instance.


Version 3.2 Generated 2024-02-25 Home