API:FMX.DateTimeCtrls.TCustomDateEdit.CopyToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyToClipboard; override;

C++

virtual void __fastcall CopyToClipboard();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomDateEdit

Description

Copies the date or time currently specified with this control to the clipboard. The data is in a format specific to the current operating system.

FMX.DateTimeCtrls.TCustomDateEdit.CopyToClipboard inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.CopyToClipboard. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.CopyToClipboard.


Copies the date or time currently specified with this control to the clipboard. The data is in a format specific to the current operating system.

Note: On desktop apps (OS X and Windows), this method is called when you select Copy from the control shortcut menu.

See Also