Navigation: Code Documentation > IEDB > DBPackage > Enumerations
TDBDataSetPropertiesFunctionType Enumeration
Represents type TDBDataSetPropertiesFunctionType.
Namespace: DBPackage
Delphi
type TDBDataSetPropertiesFunctionType = (dspGetEmpty, dspGetReadOnly, dspGetActive, dspSetReadOnly, dspSetActive);
Name
Description
dspGetActive
Represents constant dspGetActive.
dspGetEmpty
Represents constant dspGetEmpty.
dspGetReadOnly
Represents constant dspGetReadOnly.
dspSetActive
Represents constant dspSetActive.
dspSetReadOnly
Represents constant dspSetReadOnly.
Top
•DBPackage