Clipboard: Difference between revisions
[unchecked revision] | [checked revision] |
(Created page with "<div class="mikio-article-content"> <div class="mikio-tags"> </div> <span id="bufer_obmena"></span> = Буфер обмена = <div class="level1"> '''Буфер обмена''' — промежуточное хранилище данных, предназначенное для переноса или копирования информации между приложениями или частями одного приложения через операции...") |
CryptoUser (talk | contribs) No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | |||
|title= Clipboard — Decimal Wiki | |||
|titlemode= append | |||
|keywords= Clipboard | |||
|description= Clipboard | |||
}} | |||
'''Clipboard''' is an intermediate data storage designed to transfer or copy information between [[application]]s or parts of the same application through the operations ''Cut'', ''Copy'', ''Paste''. | |||
Physically, clipboard data is stored in the RAM of the user's device, and only the owner of the device has access to the buffer. It is not possible to remotely receive [[data]] from the buffer of your phone or computer. Except if the attacker had physical access to your device. | |||
== How the clipboard works == | |||
When inserting information from the clipboard, the first format recognized by the application is usually used, which will be the most informative (suitable) for this application. | |||
For example, if a word processor copies text in code format, in the form of a picture and text without formatting to the clipboard, it can be inserted into another word processor with markup preserved, into a graphic editor with a picture and into a simple text editor with unformatted text. | |||
You can paste an object from the clipboard an unlimited number of times. When copying information to the buffer, its previous contents, as a rule, disappear. However, there are clipboard implementations that allow you to store several objects at the same time and select the one you need when inserting. | |||
== See also == | |||
* [[Interface]] | |||
[[Category:Commoninfo]] | |||
= | [[Category:Interfaces]] | ||
Latest revision as of 11:20, 14 April 2024
Clipboard is an intermediate data storage designed to transfer or copy information between applications or parts of the same application through the operations Cut, Copy, Paste.
Physically, clipboard data is stored in the RAM of the user's device, and only the owner of the device has access to the buffer. It is not possible to remotely receive data from the buffer of your phone or computer. Except if the attacker had physical access to your device.
How the clipboard works
When inserting information from the clipboard, the first format recognized by the application is usually used, which will be the most informative (suitable) for this application.
For example, if a word processor copies text in code format, in the form of a picture and text without formatting to the clipboard, it can be inserted into another word processor with markup preserved, into a graphic editor with a picture and into a simple text editor with unformatted text.
You can paste an object from the clipboard an unlimited number of times. When copying information to the buffer, its previous contents, as a rule, disappear. However, there are clipboard implementations that allow you to store several objects at the same time and select the one you need when inserting.