ACE.AdsDDSetTableProperty Method (IntPtr, String, Word, Char, Word, Word, String) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsDDSetTableProperty(
hDictionary AS IntPtr,
strTableName AS STRING,
usPropertyID AS WORD,
strProperty AS CHAR[],
usPropertyLen AS WORD,
usValidateOption AS WORD,
strFailTable AS STRING
) AS DWORD
public static uint AdsDDSetTableProperty(
IntPtr hDictionary,
string strTableName,
ushort usPropertyID,
char[] strProperty,
ushort usPropertyLen,
ushort usValidateOption,
string strFailTable
)
Request Example
View SourceParameters
- hDictionary
- Type: IntPtr
- strTableName
- Type: String
- usPropertyID
- Type: Word
- strProperty
- Type: Char
- usPropertyLen
- Type: Word
- usValidateOption
- Type: Word
- strFailTable
- Type: String
Return Value
Type:
DWordSee Also