TcxCanvas.HandleAllocated Method
Identifies if the canvas has a handle to a device context.
Declaration
function HandleAllocated: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the Canvas.Handle property returns a handle to the device context of the canvas; otherwise, False.
Note
The HandleAllocated function calls the HandleAllocated function for the underlying canvas.
See Also