Home
last modified time | relevance | path

Searched refs:SetSupportedModes (Results 1 – 5 of 5) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynedithighlighterfoldbase.pas325 procedure SetSupportedModes(AValue: TSynCustomFoldConfigModes); deprecated 'use create';
335 read FSupportedModes write SetSupportedModes;
2664 procedure TSynCustomFoldConfig.SetSupportedModes(AValue: TSynCustomFoldConfigModes); procedure
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynedithighlighterfoldbase.pas325 procedure SetSupportedModes(AValue: TSynCustomFoldConfigModes); deprecated 'use create';
335 read FSupportedModes write SetSupportedModes;
2664 procedure TSynCustomFoldConfig.SetSupportedModes(AValue: TSynCustomFoldConfigModes); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynedithighlighterfoldbase.pas325 procedure SetSupportedModes(AValue: TSynCustomFoldConfigModes); deprecated 'use create';
335 read FSupportedModes write SetSupportedModes;
2664 procedure TSynCustomFoldConfig.SetSupportedModes(AValue: TSynCustomFoldConfigModes); procedure
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynedithighlighterfoldbase.pas325 procedure SetSupportedModes(AValue: TSynCustomFoldConfigModes); deprecated 'use create';
335 read FSupportedModes write SetSupportedModes;
2664 procedure TSynCustomFoldConfig.SetSupportedModes(AValue: TSynCustomFoldConfigModes); procedure
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dpydocview.py1441 def SetSupportedModes(self, _supportedModessupportedModes): member in DocOptionsService