Home
last modified time | relevance | path

Searched refs:GetItemProp (Results 1 – 4 of 4) sorted by relevance

/dports/editors/lazarus/lazarus/lcl/
H A Dvaledit.pas85 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
134 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
195 property ItemProps[const AKeyOrIndex: Variant]: TItemProp read GetItemProp write SetItemProp;
687 function TValueListStrings.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in TValueListStrings.GetItemProp() function
961 function TValueListEditor.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
963 Result := FStrings.GetItemProp(AKeyOrIndex);
968 FStrings.GetItemProp(AKeyOrIndex).Assign(AValue);
1219 ItemProp := Strings.GetItemProp(Row-FixedRows);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dvaledit.pas85 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
134 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
195 property ItemProps[const AKeyOrIndex: Variant]: TItemProp read GetItemProp write SetItemProp;
687 function TValueListStrings.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in TValueListStrings.GetItemProp() function
961 function TValueListEditor.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
963 Result := FStrings.GetItemProp(AKeyOrIndex);
968 FStrings.GetItemProp(AKeyOrIndex).Assign(AValue);
1219 ItemProp := Strings.GetItemProp(Row-FixedRows);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dvaledit.pas85 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
135 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
203 property ItemProps[const AKeyOrIndex: Variant]: TItemProp read GetItemProp write SetItemProp;
703 function TValueListStrings.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in TValueListStrings.GetItemProp() function
990 function TValueListEditor.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
992 Result := FStrings.GetItemProp(AKeyOrIndex);
997 FStrings.GetItemProp(AKeyOrIndex).Assign(AValue);
1255 ItemProp := Strings.GetItemProp(Row-FixedRows);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dvaledit.pas85 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
135 function GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
203 property ItemProps[const AKeyOrIndex: Variant]: TItemProp read GetItemProp write SetItemProp;
703 function TValueListStrings.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in TValueListStrings.GetItemProp() function
990 function TValueListEditor.GetItemProp(const AKeyOrIndex: Variant): TItemProp; in GetItemProp() function
992 Result := FStrings.GetItemProp(AKeyOrIndex);
997 FStrings.GetItemProp(AKeyOrIndex).Assign(AValue);
1255 ItemProp := Strings.GetItemProp(Row-FixedRows);