Back to Devexpress

TcxSchedulerDBStorageFieldNames.Location Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-a0262b0f.md

latest1.5 KB
Original Source

TcxSchedulerDBStorageFieldNames.Location Property

Maps the TcxSchedulerEvent.Location property to the corresponding dataset field.

Declaration

delphi
property Location: TcxFieldName index 4 read; write;

Property Value

Type
TcxFieldName

Remarks

Use the Location property to bind the TcxSchedulerEvent.Location property to the corresponding dataset field.

Value restriction rule : since the corresponding field can also store a custom occurrence’s value (the TcxSchedulerEvent.EventType is etCustom ), this field must be specified as nulls allowed. By default, if a different value is not specified for a custom occurrence, the occurrence uses a value of its pattern. In this case, the NULL value is stored in the field.

The dataset field’s type is TStringField.

See Also

Applying The Recurrence Pattern

Bound Mode

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit