# BaseComponent

{% hint style="success" %}
All the methods described here are applicable to any component!
{% endhint %}

## Methods:

### .SetParent( container *or* Frame )

Specifies a new Parent for the component. You can specify a reference to a normal Frame or to [Container](https://destplay.gitbook.io/plugin-components/components/container). If you do not specify this parameter, the component will be in the void.

### .SetLayoutOrder(LayoutOrde**r**)

Changes the order of the component

### .Hide()

Hides the element

### .Show()

Shows the hidden element

### .Destroy()

Deletes a component

## Properties:

### .Container

Returns the normal Frame component

##
