| ImageEn, unit iexDBBitmaps |
|
TIEDBMultiBitmap.ReadOnly
Declaration
property ReadOnly: Boolean;
Description
Determines whether the user can change the contents of the field using the image control.
Default: False
Example
// Enable read only mode
IEDBBitmap1.ReadOnly := True;