C++
BOOL Update( BOOL bRedraw = TRUE );
Description
Updates the catalog view by recreating the view items from the children of the associated catalog item. Call this function when the contents of the catalog item have changed.
Returns true if successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
bRedraw | Input Boolean indicating whether the view is redrawn (the default) |