mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 21:59:32 +02:00
LCL: minor corrections of comments in clipbrd.pp (thanks to Mike Thompson), bug #25033
git-svn-id: trunk@42845 -
This commit is contained in:
parent
f68c999a04
commit
3ffb5a3d9c
@ -41,7 +41,7 @@ For Copying and Pasting. You know what it's for! Why am I explaining it? :-)
|
|||||||
Assign:
|
Assign:
|
||||||
Add the data to the clipboard with the corresponding FormatID.
|
Add the data to the clipboard with the corresponding FormatID.
|
||||||
Clear:
|
Clear:
|
||||||
Clear cache and supported format list.
|
Clears the clipboard.
|
||||||
FindPictureFormatID
|
FindPictureFormatID
|
||||||
Search the first FormatID that is a registered TGraphic.
|
Search the first FormatID that is a registered TGraphic.
|
||||||
GetComponent
|
GetComponent
|
||||||
@ -103,7 +103,7 @@ For Copying and Pasting. You know what it's for! Why am I explaining it? :-)
|
|||||||
|
|
||||||
|
|
||||||
For mime types see:
|
For mime types see:
|
||||||
http://www.isi.edu/in-notes/iana/assignments/media-types/media-types
|
http://www.iana.org/assignments/media-types
|
||||||
}
|
}
|
||||||
|
|
||||||
unit Clipbrd;
|
unit Clipbrd;
|
||||||
|
Loading…
Reference in New Issue
Block a user