TdxCustomBarCode.CanFocus Method
In This Article
Returns a value indicating if the barcode control can be focused.
#Declaration
Delphi
function CanFocus: Boolean; override;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the control is used as an in-place editor; otherwise, False.
See Also