TValueRec.DefineBoolVector Method

Overload List

#SignatureDescription
1procedure DefineBoolVector;Define value as a vector of boolean values.
2procedure DefineBoolVector(const Vec: TVecInt; aIsOwned: Boolean);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: procedure DefineBoolVector;

Define value as a vector of boolean values.

Result: stored in self (calling object)

Overload 2: procedure DefineBoolVector(const Vec: TVecInt; aIsOwned: Boolean);

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
1VecTVecInt
2aIsOwnedBoolean

Result: stored in self (calling object)