BBjClientFile::setReadable
Description
In BBj 14.0 and higher, this BBjClientFile method sets the readable state on the client file.
Syntax
Return Value |
Method |
---|---|
boolean |
setReadable(boolean p_readable) |
Parameters
Variable |
Description |
---|---|
p_readable |
The value of the readable state (true or false). |
Return Value
Returns true (1) if the operation succeeded and false (0) if it failed.
Remarks
The BUI client always ignores this method and returns false (0). See Interacting with client files in BUI and DWC for a detailed discussion of the BUI BBjClientFile.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.