FMX.Advertising.IBannerAd Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| CancelAction | public | Cancels the action of an advertisement and restores the interface of your application. |
| GetAdUnitID | public | Returns the ad unit ID of your application. |
| GetParent | public | Returns the parent of the specified banner ad control. |
| GetVisible | public | Indicates whether the specified banner ad control is Visible (True) or not (False). |
| Hide | public | Hides the specified banner ad control. |
| IsActionInProgress | public | Indicates whether the interface of your application is currently covered by an ad opened by your user (True) or not (False). |
| IsLoaded | public | Indicates whether the ad from the advertising service has been loaded (True) or not (False). |
| LoadAd | public | Loads an ad from the advertising service. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| SetAdUnitID | public | Defines the ad unit ID of your application. |
| SetBannerAdControl | public | Associates the specified control with the instance of IBannerAd so that this instance displays the ad on the specified control. |
| Show | public | Shows the specified banner ad control. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| UpdateContentFromControl | public | Updates the placement, size and visibility of the ad to match those of the specified banner ad control. |