Clipboard: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
{{#seo:
{{#seo:
                     |title= Clipboard
                     |title= Clipboard — Decimal Wiki
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= Clipboard
                     |keywords= Clipboard
                     |description= Clipboard
                     |description= Clipboard
                     }}
                     }}
<div class="mikio-article-content">
'''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''.
   
   
<div class="mikio-tags">
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 ==
</div>
<span id="bufer_obmena"></span>
= Clipboard =
<div class="level1">
"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.
</div>
<span id="kak_rabotaet_bufer_obmena"></span>
= How the clipboard works =
<div class="level1">
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.
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.
   
   
Line 31: Line 15:
   
   
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.
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.
</div>
<div style="clear:both">


</div>
== See also ==
* [[Interface]]
   
   
</div>
[[Category:Commoninfo]]
[[Category:Commoninfo]]
[[Category:Software]]

Revision as of 21:08, 8 February 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.

See also