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