-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Opts.IsOptionAvailable
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Protected Function IsOptionAvailable(OptionNumber As Integer) As Boolean
Protected Function IsOptionAvailable(OptionName As String) As Boolean
Name | Type | Comment |
---|---|---|
OptionNumber | Integer | The option number to check. |
Name | Type | Comment |
---|---|---|
OptionName | String | The name or alias of the option number to check. |
Returns True
if the option is available.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.