TBoolVectorValue.DefineBoolVector Method

Overload List

#SignatureDescription
1void DefineBoolVectorDefine value as a vector of boolean values.
2void DefineBoolVector(TVecInt Vec, Boolean aIsOwned)Define value as a vector of boolean values. If IsOwned is true, the var will be owned by TValueRec and released when TValueRec is freed.

Overload 1: void DefineBoolVector

Define value as a vector of boolean values.

Result: stored in self (calling object)

Overload 2: void DefineBoolVector(TVecInt Vec, Boolean aIsOwned)

Define value as a vector of boolean values. If IsOwned is true, the var will be owned by TValueRec and released when TValueRec is freed.

#NameTypeDescription
1VecTVecIntsource TVecInt
2aIsOwnedBoolean

Result: stored in self (calling object)