[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 240
public constructor TCustomIdleTimer.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor using TheOwner as the owner of the class instance. Create sets the default values for the following properties:
|
Create - constructor for TCustomTimer: calls inherited Create, sets up handle and initializes timer interval. |
Version 4.0 | Generated 2025-05-03 | Home |