Child_Table_State - dbGrid_
Determines if the entering message sends the child_entering message and the exiting message sends the child_exiting message
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Child_Table_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Child_Table_State to IntegerVariable |
| Write Access: | Set Child_Table_State to IntegerVariable/Value |
Description
If the value of the Child_table_state property is true, the entering message sends the child_entering message and the exiting message sends the child_exiting message. These additional messages are provided for dbGrids that are children of parent (header) views.
Default is false.