Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

CreateBrushIndirect

Creates a brush object (bitmap).

Declaration

Source position: winapih.inc line 49

function CreateBrushIndirect(

  const LogBrush: TLogBrush

):HBRUSH;

Arguments

LogBrush

  

Description of the brush.

Function result

The brush Handle, zero on failure.

Description

A brush is used to fill image areas (background...). It has a color and a pattern, e.g. BS_SOLID.



CT Web help

CodeTyphon Studio