pbNeedPostEntering - cCJGrid
Property which must be set inside of OnEntering indicating that post-entering object focus mechanism should be used
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle pbNeedPostEntering
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbNeedPostEntering to HandleVariable |
| Write Access: | Set pbNeedPostEntering to HandleVariable/Value |
Description
pbNeedPostEntering is used to enable a post-entering grid activation strategy. Before the grid receives the focus, this property is set false. If you set it to true inside of OnEntering, this will instruct the grid to send OnPostEntering aftere the focus change is complete.
See OnPostEntering for a complete description of the post entering process.