PropertyQuery<T> constructor
- Pointer<
Void> cQuery, - int propertyId,
- int obxType
Implementation
PropertyQuery(Pointer<Void> cQuery, int propertyId, int obxType) {
_type = obxType;
_cProp = checkObxPtr(
bindings.obx_query_prop(cQuery, propertyId), 'property query');
}