Skip to content

pbReadOnly - cTagsForm

Puts the form into read only mode, where it can get the focus but its value cannot be edited

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbReadOnly
Access Type Syntax
Read Access: Get pbReadOnly to BooleanVariable
Write Access: Set pbReadOnly to BooleanVariable/Value

Description

This property puts the form into read only mode, where it can get the focus but its value cannot be edited.

The advantage of pbReadOnly over pbEnabled is that the contents can still be copied to the clipboard easily.