Deregister default blox elements

How would I go about deregistering or just hiding the the default box elements that ship with FNC Blox?
I just want the elements I have regsitered to be visible to the user.

Hi,

You can register/de-register the default elements with the following code

uses
  FMX.TMSFNCBloxUIRegistration;

procedure TForm29.TMSFNCBloxControl1RegisterElements(Sender: TObject);
begin
  RegElementList.Clear;
end;