How to remove a dynamic component from a variable?

    1 answer 1

    It is badly clear that from where it is necessary to delete. For example:

    with TTable.Create(nil) do try ... finally Free; end; 

    Created a table, searched and deleted.