RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.Create Constructor

Creates and initializes a TDateTimePicker instance.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDateTimePicker(TComponent * AOwner);

Create calls the inherited constructor method and initializes the Date and Time properties to the current date and time. It also sets the following ControlStyle flags: csCaptureMouse, csOpaque, csClickEvents, csDoubleClicks, and csFixedHeight. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!