FMX.DateTimeCtrls.TCustomTimeEdit.CopyToClipboard
Delphi
procedure CopyToClipboard; override;
C++
virtual void __fastcall CopyToClipboard(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | TCustomTimeEdit |
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. {{#multireplace:FMX.DateTimeCtrls.TCustomTimeEdit.CopyToClipboard|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.DateTimeCtrls.TCustomDateTimeEdit.CopyToClipboard|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.DateTimeCtrls.TCustomDateTimeEdit.CopyToClipboard|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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 (Mac OS X and Windows), this method is called when you select Copy from the control shortcut menu.