[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: graphics.pp line 732
public constructor TBrush.Create; override; |
Create is the overridden constructor for the class instance. Create calls the inherited constructor on entry, and sets the default values for properties including:
Create sets the value in DelayAllocate to True to defer resource allocation until the brush is used. The internal counter used to track updates is reset.
Version 4.0 | Generated 2025-05-03 | Home |