clipboard Active property
Return to Introduction  Previous page  Next page
Applies to
acClipboard  

Declaration
property Active: Boolean;  

Description
The Active property determines whether the component are monitoring the clipboard for changes.  
 
Set Active to True if you wish to monitor the clipboard for changes, or set it to False to disable monitoring. When Active is True and some data in the clipboard changes, the component triggers the OnChange event.  

See also
AvailableFormats property;  
OnChange event.