System.Bluetooth.Components.TBluetoothLE.Setup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Setup;

C++

void __fastcall Setup();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Initializes this component.

Note: You do not need to call this method yourself, it is called automatically by the constructor of your component.

See Also