[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Called when an insert must be validated.
Source position: classesh.inc line 1626
protected procedure TComponent.ValidateInsert( |
AComponent: TComponent |
); dynamic; |
ValidateInsert should be implemented by descendent components to see whether the AComponent component may be inserted in the list of owned components.
This procedure does nothing in the TComponent implementation, it should be overridden by descendant components.
lazarus-ccr.sourceforge.net |