System.Tether.Manager.TTetheringProfile Properties
InheritedProtected
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
ConnectedProfiles | public | List of remote profiles that are connected to your profile. |
DesignInfo | public | Contains information used by the Form designer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Enabled | published | Indicates whether the profile is communicating with remote profiles (True ) or not (False ). |
Group | published | String that defines a group of profiles that can connect to each other automatically. |
Identifier | public | Random string that uniquely identifies your profile. |
ImplementedProtocolAdapters | published | Array of combinations of protocol types and adapter types that the profile is configured to use. |
Manager | published | Manager associated with the profile. |
Name | published | Specifies the name of the component as referenced in code. |
Observers | public | Indicates the TObservers object added to the TComponent. |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
ProfileType | published | Type of this profile. |
Protocols | public | List of protocols that your profile supports. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
Text | published | String that describes your profile, shared with remote profiles. |
VCLComObject | public | Represents information used internally by components that support COM. |
Version | public | The version of the tethering profile. |
Visible | published | Indicates whether the manager of your profile should publish your profile to remote managers that request a list of published profiles (True ) or not (False ). |