Table of Contents

TTMSFNCDateTimePicker.Native Property

When True, native platform date and time edit controls are used where available.

API unit family: TMSFNCDateTimePicker Declaring type: TTMSFNCDateTimePicker Inherited from: TTMSFNCCustomDateTimePicker Type: Boolean

Syntax

property Native: Boolean;

Default: False

Remarks

The default value is False. This property is only available on FMX targets. When set to True, the custom-drawn date and time pickers are replaced with the platform's native TDateEdit and TTimeEdit controls, placed side by side within the control bounds; when set back to False, the custom-drawn pickers are restored. The currently selected date and time are preserved across the switch. While Native is True, the native controls remain reachable through the DateEdit and TimeEdit properties.