SecureBlackbox 2020 iOS Edition

Questions / Feedback?

useBinding (property)

Enables or disables automated binding processing.

Syntax

@property (nonatomic,readwrite,assign,getter=useBinding,setter=setUseBinding:) BOOL useBinding;
- (BOOL)useBinding;
- (void)setUseBinding:(BOOL)newUseBinding;
public var useBinding: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property controls whether class should process any known bindings it encounters in the message automatically. If using this property, check Binding property to establish the type of the binding processed, and POSTBinding and RedirectBinding to access the properties of specific binding types.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]