OwnerZ
поиск по Knowledge Base дал следующий результат:
Код: with <YourRow>.Properties do
if not VarIsEmpty(Value) then
AText := (EditProperties as TcxLookupComboBoxProperties).GetDisplayText(Value, True, True)
else
AText := EmptyStr;
поиск по Knowledge Base дал следующий результат:
Код: with <YourRow>.Properties do
if not VarIsEmpty(Value) then
AText := (EditProperties as TcxLookupComboBoxProperties).GetDisplayText(Value, True, True)
else
AText := EmptyStr;