TdxCustomSpreadSheet.OptionsLockedStateImage Property
Specifies display settings for a “Locked View“ image.
#Declaration
property OptionsLockedStateImage: TdxSpreadSheetLockedStateImageOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can enclose the code that presumably performs time-consuming operations within BeginUpdate/EndUpdate procedure blocks and pass lsimPending or lsimImmediate as the BeginUpdate procedure parameter to enable display of a “Locked View” image during these operations.
The Spreadsheet and Report Designer controls automatically display a “Locked View” image if the following operations take a significant amount of time:
For the full list of the “Locked View” image settings, refer to the TdxSpreadSheetLockedStateImageOptions class description.
Note
To custom paint the “Locked View” image, handle the On