IdxRichEditField.GetLocked Method
Identifies if the document field is locked.
Declaration
function GetLocked: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns False if the field can be updated by calling the Update procedure; otherwise – True.
The GetLocked function is a getter of the Locked property.
See Also