Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

Enabled property

Project: Clipboard Viewer Component

Unit: PJCBView

Class: TPJCBViewer

Applies to: ~>2.0

property Enabled: Boolean;

Description

The Enabled property enables and disables the component.

When the property is set to False the component will never trigger the OnClipboardChanged event. Restoring Enabled to True re-enables OnClipboardChanged.

The default value is True.